fix overlapping infield labels

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

View File

@ -464,7 +464,7 @@ p.infield { position:relative; }
label.infield { cursor:text !important; top:1.05em; left:.85em; }
#body-login form label.infield { /* labels are ellipsized when too long, keep them short */
position: absolute;
width: auto;
width: 82%;
margin-left: 26px;
font-size: 19px;
color: #aaa;