X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=5c5d55e41576ad77ae75a8a363d8148c995a99b4;hb=0f7d64d0b763d9c98e5b55e9fb79e22b38465942;hp=57eb00d00272278e0ad65838aef9cb66dab6a492;hpb=7cb379d6bee97b01bdb9502331eec69402322929;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index 57eb00d002..5c5d55e415 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -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,7 +296,7 @@ br.clear { ul#civicrm-menu { position:relative; - z-index:1; + z-index: 1; } div#toolbar-box div.m { @@ -380,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; +}