]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixed height of infield labels
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Tue, 4 Oct 2011 16:42:53 +0000 (18:42 +0200)
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>
Tue, 4 Oct 2011 16:42:53 +0000 (18:42 +0200)
core/css/styles.css

index 8f3093333184c1de3fdcfcd4a5533915e207db8f..d51bd0896ea1805a2a7f0b441f5d843315a67831 100644 (file)
@@ -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; }