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