From 62053715052329c515fdc66da22da874453360cb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 2 Dec 2015 22:47:27 -0500 Subject: [PATCH] Menu css cleanup --- css/civicrm.css | 30 ------------------------------ css/civicrmNavigation.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index ae1476e2b8..d2c476f81c 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -2327,36 +2327,6 @@ div.crm-master-accordion-header a.helpicon { padding-left: 1.8em; } -/* civicrm admin menu */ -#civicrm-menu .ui-autocomplete-input, -.crm-container .ui-autocomplete-input { - background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px; - padding-right: 16px; - /* so that text doesn't flow on top of icon */ -} - -#civicrm-menu #crm-qsearch { - padding: 1px 3px 1px 2px; - background-color: #000 !important; -} - -#civicrm-menu #crm-qsearch input { - background-color: #eaeaea; - border: 1px solid black; - margin: 0; - padding: 2px 16px 3px 2px; - 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 { position: fixed; diff --git a/css/civicrmNavigation.css b/css/civicrmNavigation.css index feb8325a3d..f7260f6f9f 100644 --- a/css/civicrmNavigation.css +++ b/css/civicrmNavigation.css @@ -132,4 +132,33 @@ li.menu-separator{ width: 16px; height: 16px; vertical-align:middle; +} + +#civicrm-menu .ui-autocomplete-input, +.crm-container .ui-autocomplete-input { + background: white url("../bower_components/select2/select2.png") no-repeat scroll right -23px; + padding-right: 16px; + /* so that text doesn't flow on top of icon */ +} + +#civicrm-menu #crm-qsearch { + padding: 1px 3px 1px 2px; + background-color: #000 !important; +} + +#civicrm-menu #crm-qsearch input { + background-color: #eaeaea; + border: 1px solid black; + margin: 0; + padding: 2px 16px 3px 2px; + 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; } \ No newline at end of file -- 2.25.1