From c6faf23314105a71234741585d1814b1b16577dc Mon Sep 17 00:00:00 2001 From: nac26 Date: Mon, 20 Dec 2010 13:41:34 +0000 Subject: [PATCH] tweaked margin and padding of form elements so it's clearer which label is for which field --- themes/wilma/css/edit.css | 3 +-- themes/wilma/css/wilma.css | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index 6f4030cd..c0edaa3f 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -9,11 +9,10 @@ input[type="password"]{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - /*margin-bottom: 1em;*/ + margin-bottom: 0.8em; } label{ margin-top: .5em; - margin-bottom: .5em; } input#submit, input#submit:visited{ diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 46dd78f6..e612c2ab 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -283,7 +283,6 @@ ul#main-nav { width: 219px; height: 24px; margin-left: 38px; - margin-top: 7px; background: #fff; border: 1px solid #e0dfdf; border-radius: 5px;