Skip to content
Snippets Groups Projects
Commit b60f755f authored by Marvin Thomas Rabe's avatar Marvin Thomas Rabe
Browse files

fixed height of infield labels

parent 77e12a15
Branches
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment