fix database infield label indentation

This commit is contained in:
Jan-Christoph Borchardt 2014-04-16 17:44:05 +02:00
parent 6a79b7f2b5
commit 067a5cdee7
1 changed files with 3 additions and 1 deletions

View File

@ -472,7 +472,9 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
overflow: hidden;
text-overflow: ellipsis;
}
#body-login #databaseField .infield { padding-left:0; }
#body-login #databaseField .infield {
margin-left: 0;
}
#body-login form input[type="checkbox"]+label {
position: relative;
margin: 0;