X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=5c5d55e41576ad77ae75a8a363d8148c995a99b4;hb=0f7d64d0b763d9c98e5b55e9fb79e22b38465942;hp=e51508be83299229b08294fced262e1377b4bbf2;hpb=70fcfa2c1b3e0a8dd69144e6df8b50ed69e2655e;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index e51508be83..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; } @@ -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 { @@ -381,8 +375,40 @@ ul#civicrm-menu li#crm-qsearch { width: inherit; } -#crm-container .label { +#crm-container .crm-event-form-fee-block .label { background-color: inherit; 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; +}