Export code cleanup -remove meaningless code
[civicrm-core.git] / css / joomla.css
index 195f38bec45203c161a2fc9858302c4c09d43fd4..5c5d55e41576ad77ae75a8a363d8148c995a99b4 100644 (file)
@@ -227,7 +227,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;
 }
 
@@ -296,6 +296,7 @@ br.clear {
 
 ul#civicrm-menu {
   position:relative;
+  z-index: 1;
 }
 
 div#toolbar-box div.m {
@@ -379,3 +380,35 @@ ul#civicrm-menu li#crm-qsearch {
   width: inherit;
   display: block;
 }
+
+/* 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 #crm-nav-menu-container {
+       padding-bottom: 0 !important;
+}
+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; 
+}