diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 08:23:53 -0800 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-06 08:23:53 -0800 |
commit | 2130262515de6723f99d9a3767c8350d676d38d1 (patch) | |
tree | b12f90c0af8f21ae91fcc28f416baf4a4fbed560 /core | |
parent | 3879e5d9c513bf76b3bf11fc3d9e0ab9e23d784b (diff) | |
parent | c47fcf7d22ada1c6632c0a446e9bbf937ecfc19f (diff) | |
download | nextcloud-server-2130262515de6723f99d9a3767c8350d676d38d1.tar.gz nextcloud-server-2130262515de6723f99d9a3767c8350d676d38d1.zip |
Merge pull request #1459 from owncloud/infield-detail
shift infield labels just a tiny bit to the right so the cursor doesn't ...
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 6182655893f..268040525bf 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -199,7 +199,7 @@ input[name="password-clone"] { padding-left:1.8em; width:11.7em !important; } /* NEEDED FOR INFIELD LABELS */ p.infield { position:relative; } label.infield { cursor:text !important; top:1.05em; left:.85em; } -#login form label.infield { position:absolute; font-size:19px; color:#aaa; white-space:nowrap; padding-left:1.2em; } +#login form label.infield { position:absolute; font-size:19px; color:#aaa; white-space:nowrap; padding-left:1.4em; } #login form input[type="checkbox"]+label { position:relative; margin:0; font-size:1em; text-shadow:#fff 0 1px 0; } #login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; } |