CRM-15076 - Fix drop-down menu height
authorColeman Watts <coleman@civicrm.org>
Wed, 6 Aug 2014 10:45:41 +0000 (11:45 +0100)
committerColeman Watts <coleman@civicrm.org>
Wed, 6 Aug 2014 10:45:41 +0000 (11:45 +0100)
css/civicrm.css

index e06db95737bf11f2d148faa525ee481c0cd43a55..dd4e1cf328d6d0e649abd556e1105e246b5b9a81 100644 (file)
@@ -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 {