various cleanups and tweaks
[myslice.git] / auth / css / login.css
1 p.login-status {
2     font-weight: bold;
3 }
4
5 p.login { 
6     font-style: italic;
7 }
8 input.login {
9     width: auto;
10 }    
11 input[type="password"] {
12     border: solid 1px #444;
13     background-image: url( '../img/form_input_password.png' );
14     background-repeat: repeat-x;
15     background-position: top;
16 }