Merge pull request #15968 from eileenmcnaughton/bom
[civicrm-core.git] / css / joomla.css
index 57eb00d00272278e0ad65838aef9cb66dab6a492..a59b3a047ad519e61792ace10a87973f8d8c2cdd 100644 (file)
@@ -155,9 +155,6 @@ br.clear {
 #header, #content {
   width: 100%;
 }
-#header {
-  background-color: #69c;
-}
 #logo {
   vertical-align: middle;
   border: 0;
@@ -227,7 +224,7 @@ br.clear {
   background-color: #ddd;
   width: 16em;
   /* padding in px not ex because IE messes up 100% width tables otherwise */
-  padding: 10px;
+  padding: 20px;
   vertical-align: top;
 }
 
@@ -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;
@@ -380,3 +370,32 @@ ul#civicrm-menu li#crm-qsearch {
   width: inherit;
   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 {
+       display:none;
+}
+body.admin.com_civicrm .container-fluid.container-main {
+       padding: 0;
+       border-top: 1px solid #787878;
+}
+body.admin.com_civicrm.task-civicrmupgrade .container-fluid.container-main {
+       padding: 10px 25px 25px;
+}
+body.admin.com_civicrm #crm-nav-menu-container {
+       padding-bottom: 0 !important;
+}
+body.admin.com_civicrm #content-right {
+       padding: 12px;
+}
+
+/* Make footer admin bar hide behind popup windows (CRM-15723) */
+body.ui-dialog-open #status {
+  z-index: 100 !important;
+}