diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 12:30:23 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-02-05 12:30:23 +0100 |
commit | c47fcf7d22ada1c6632c0a446e9bbf937ecfc19f (patch) | |
tree | a22d0918f5cea033d1397d7b452e65dc7651e6c7 | |
parent | 98f37f4bedd8627e12042422ac05cdf949e7d382 (diff) | |
download | nextcloud-server-c47fcf7d22ada1c6632c0a446e9bbf937ecfc19f.tar.gz nextcloud-server-c47fcf7d22ada1c6632c0a446e9bbf937ecfc19f.zip |
shift infield labels just a tiny bit to the right so the cursor doesn't overlap
-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 19cfad76268..b69a31e8b4d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -191,7 +191,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; } |