From b60f755f4fbe95924c3b5c77cda93016e3393a60 Mon Sep 17 00:00:00 2001 From: Marvin Thomas Rabe Date: Tue, 4 Oct 2011 18:42:53 +0200 Subject: [PATCH] fixed height of infield labels --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/styles.css b/core/css/styles.css index 8f30933331..d51bd0896e 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; }