X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=a59b3a047ad519e61792ace10a87973f8d8c2cdd;hb=d14395aef2938bbe75dbe03ed96a9f32535cd932;hp=d49a764898243566d1713debc017d32c8fae5e83;hpb=558bcc42deda03e8e059c97a1007d5e1deaa2bd4;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index d49a764898..a59b3a047a 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -155,9 +155,6 @@ br.clear { #header, #content { width: 100%; } -#header { - background-color: #69c; -} #logo { vertical-align: middle; border: 0; @@ -374,6 +371,11 @@ div#toolbar-box, div#toolbar-box div.m{ 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 { @@ -392,3 +394,8 @@ body.admin.com_civicrm #crm-nav-menu-container { 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; +}