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