Commit dee2371b851f00c6cd744deabaa5fe84b0bbd63a
1 parent
890eb8a8
Exists in
master
and in
2 other branches
Fix login form
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
style.css
| @@ -197,7 +197,9 @@ div#wrap-2 { | @@ -197,7 +197,9 @@ div#wrap-2 { | ||
| 197 | } | 197 | } |
| 198 | 198 | ||
| 199 | div#inlineLoginBox input#main_user_login, | 199 | div#inlineLoginBox input#main_user_login, |
| 200 | -div#inlineLoginBox input#user_password { | 200 | +div#inlineLoginBox input#user_password, |
| 201 | +.login-box input#main_user_login, | ||
| 202 | +.login-box input#user_password { | ||
| 201 | height: 27px; | 203 | height: 27px; |
| 202 | background: none; | 204 | background: none; |
| 203 | font-size: 14px; | 205 | font-size: 14px; |