Merge pull request #15968 from eileenmcnaughton/bom
[civicrm-core.git] / css / joomla.css
index d4f738aba234b409d39c60ea758479fa1208cd14..a59b3a047ad519e61792ace10a87973f8d8c2cdd 100644 (file)
@@ -155,9 +155,6 @@ br.clear {
 #header, #content {
   width: 100%;
 }
-#header {
-  background-color: #69c;
-}
 #logo {
   vertical-align: middle;
   border: 0;
@@ -294,10 +291,6 @@ br.clear {
 /* Joomla Admin Menu alterations */
 /* Moved from civicrm.css in v3.2 */
 
-ul#civicrm-menu {
-  position:relative;
-  z-index: 1;
-}
 
 div#toolbar-box div.m {
   padding: 0px !important;
@@ -310,9 +303,6 @@ div#toolbar-box, div#toolbar-box div.m{
   height: auto;
 }
 
-ul#civicrm-menu li#crm-qsearch {
-  height:0px;
-}
 .crm-tab-button,
 .ui-tabs .ui-tabs-nav li {
   border: 1px;
@@ -381,6 +371,11 @@ ul#civicrm-menu li#crm-qsearch {
   display: block;
 }
 
+/* dev/core#874 the width:auto styling above causes the menubar colour picker to be squeezed */
+.crm-container input.crm-form-color {
+  width: 3.6em;
+}
+
 /* Remove Joomla subhead toolbar & whitespace border */
        
 body.admin.com_civicrm .subhead-collapse {
@@ -391,7 +386,7 @@ body.admin.com_civicrm .container-fluid.container-main {
        border-top: 1px solid #787878;
 }
 body.admin.com_civicrm.task-civicrmupgrade .container-fluid.container-main {
-       padding: 0 20px 20px;
+       padding: 10px 25px 25px;
 }
 body.admin.com_civicrm #crm-nav-menu-container {
        padding-bottom: 0 !important;
@@ -399,19 +394,8 @@ body.admin.com_civicrm #crm-nav-menu-container {
 body.admin.com_civicrm #content-right {
        padding: 12px;
 }
-body.admin.com_civicrm #civicrm-menu #crm-qsearch {
-  padding-left: 20px;
-}
-body.admin.com_civicrm #root-menu-div div.outerbox:first-of-type {
-       margin-left: 20px;
-} 
-body.admin.com_civicrm div.outerbox {
-       z-index: 1000;
-}
-
-/* Shoreditch-specific */
 
-body.admin.com_civicrm {
-       padding-top: 0px !important;
-       margin-top: 30px !important; 
+/* Make footer admin bar hide behind popup windows (CRM-15723) */
+body.ui-dialog-open #status {
+  z-index: 100 !important;
 }