Export code cleanup -remove meaningless code
[civicrm-core.git] / css / joomla.css
index dc64be3d27614c904d646d02675e8ab2f33b1b2e..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;
 }
 
@@ -295,14 +295,8 @@ br.clear {
 /* Moved from civicrm.css in v3.2 */
 
 ul#civicrm-menu {
-  z-index: 1;
   position:relative;
-  border: none;
-  left:0px;
-  height:0px;
-  padding: 2px 0px 25px 2px !important;
-  padding-bottom:25px !important; /*moz bottom */
-  padding-bottom:2px; /*ie bottom */
+  z-index: 1;
 }
 
 div#toolbar-box div.m {
@@ -386,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; 
+}