From 0ec5f0a20e26d7df76668968b6f6213734f85d59 Mon Sep 17 00:00:00 2001 From: nac26 Date: Mon, 20 Dec 2010 13:54:57 +0000 Subject: [PATCH] Increased margin-bottom for select elements so it's consistent with input elements. --- themes/wilma/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wilma/css/edit.css b/themes/wilma/css/edit.css index c0edaa3f..fbb01fab 100644 --- a/themes/wilma/css/edit.css +++ b/themes/wilma/css/edit.css @@ -220,7 +220,7 @@ form select{ border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; - margin-bottom: 0; + margin-bottom: 0.8em; margin-top: .7em; margin-right: .5em; }