summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 18:42:53 +0200
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 18:42:53 +0200
commitb60f755f4fbe95924c3b5c77cda93016e3393a60 (patch)
tree45a14c6adc6aacd29d811ce96f6f1f3c4435a240 /core
parent77e12a15b1cffcaf3c152bf394fd15eb61d24ace (diff)
downloadnextcloud-server-b60f755f4fbe95924c3b5c77cda93016e3393a60.tar.gz
nextcloud-server-b60f755f4fbe95924c3b5c77cda93016e3393a60.zip
fixed height of infield labels
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 8f309333318..d51bd0896ea 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -69,7 +69,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
#login form { width:22em; margin:2em auto 2em; padding:0; }
#login form fieldset { background:0; border:0; margin-bottom:2em; padding:0; }
#login form fieldset legend { font-weight:bold; }
-#login form label { margin:.8em .8em; color:#666; }
+#login form label { margin:.9em .8em .7em;; color:#666; }
/* NEEDED FOR INFIELD LABELS */
p.infield { position: relative; }
label.infield { cursor: text !important; }