fix text alignment in input fields

This commit is contained in:
Jan-Christoph Borchardt 2014-06-03 10:02:11 +02:00 committed by Morris Jobke
parent eace692eff
commit 8a6063ff07
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ label.infield {
#body-login input {
font-size: 20px;
margin: 5px;
padding: 12px 10px 8px;
padding: 11px 10px 9px;
}
#body-login input[type="text"],
#body-login input[type="password"] {