f31fe7164114f26b2b75a4d9fd68022d1e99e2d2
[myslice.git] / auth / static / css / login.css
1 p.login-status {
2     padding-top: 10px;
3     font-weight: bold;
4 }
5
6 p.login { 
7     font-style: italic;
8     margin-bottom: 0px; /* who says 10px ? */
9 }
10 input.login {
11     width: auto;
12     margin: 5px;
13     padding: 3px 10px;
14 }
15 input.login[type="password"] {
16     border: solid 1px #444;
17     background-image: url( '../img/form_input_password.png' );
18     background-repeat: repeat-x;
19     background-position: top;
20 }
21 input.login[type="submit"] {
22     margin-top: 20px;
23 }