From ffb3e71bb68c879dd6a1b84a4c235342c6ab1538 Mon Sep 17 00:00:00 2001 From: Romano Licker Date: Mon, 10 Oct 2011 17:54:22 +0200 Subject: [PATCH] [#692] chosen pulldown now uses smaller fields --- public/stylesheets/chosen.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/chosen.css b/public/stylesheets/chosen.css index 57924ab74e..89a6e8ccf1 100644 --- a/public/stylesheets/chosen.css +++ b/public/stylesheets/chosen.css @@ -248,8 +248,11 @@ font-family:"Arial", Arial, sans-serif; font-style:normal; font-weight:normal; - margin:6px !important; - line-height:20px; + margin-top:3px !important; + margin-bottom:3px !important; + margin-left:6px !important; + margin-right:6px !important; + line-height:15px; } .chzn-container .chzn-results .highlighted { -moz-border-radius-topleft:5px;