From: Coleman Watts Date: Wed, 6 Aug 2014 10:45:41 +0000 (+0100) Subject: CRM-15076 - Fix drop-down menu height X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d5289e538f58f1e5b782c92cc09dc970c6b6c3ee;p=civicrm-core.git CRM-15076 - Fix drop-down menu height --- diff --git a/css/civicrm.css b/css/civicrm.css index e06db95737..dd4e1cf328 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2895,7 +2895,6 @@ div.grippie { #civicrm-menu #crm-qsearch { padding: 1px 3px 1px 2px; - height: 20px; background-color: #000 !important; } @@ -2904,13 +2903,17 @@ div.grippie { border: 1px solid black; margin: 0px; padding: 2px 16px 3px 2px; - height: 17px; + height: 16px; } #civicrm-menu #crm-qsearch input:hover, #civicrm-menu #crm-qsearch input:focus, #civicrm-menu #crm-qsearch.activetarget input { background-color: #ffffff; } +/* This ensures the drop-down menus appear at the right height */ +#civicrm-menu > li.menumain { + height: 19px !important; +} /* Status message box */ .crm-status-box-outer {