diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 17:44:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 17:49:46 +0200 |
commit | 03ad908c30e44c9b4776f8f9d8e83931e6f3fbd8 (patch) | |
tree | 101b4ea66a2884dec1a8287191a3dcb0135f9803 /core | |
parent | 067a5cdee734ace6628b93a82c23f61fe1245db3 (diff) | |
download | nextcloud-server-03ad908c30e44c9b4776f8f9d8e83931e6f3fbd8.tar.gz nextcloud-server-03ad908c30e44c9b4776f8f9d8e83931e6f3fbd8.zip |
fix overlapping infield labels
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 5efa7707836..af817ead034 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -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; |