Commit dee2371b851f00c6cd744deabaa5fe84b0bbd63a

Authored by Victor Costa
1 parent 890eb8a8

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 197 }
198 198  
199 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 203 height: 27px;
202 204 background: none;
203 205 font-size: 14px;
... ...