move widget-log{in,out}.html under auth/ where they belong
[myslice.git] / static / 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( '/all-static/img/form_input_password.png' );
10     background-repeat: repeat-x;
11     background-position: top;
12 }