X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=dc64be3d27614c904d646d02675e8ab2f33b1b2e;hb=74fb9726766e679c7aebfa4ad2ddd3731b83e845;hp=2bf04eb8add0473107e96d16f7ad753825372f20;hpb=1ae2b4ddb44036ed75236850a0e3c78e9e4a4164;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index 2bf04eb8ad..dc64be3d27 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -57,6 +57,8 @@ td.active { td.label { background: none; + color: #3e3e3e; + display: table-cell; } /* @@ -359,6 +361,9 @@ ul#civicrm-menu li#crm-qsearch { width: auto; padding: 2px 4px; } +.crm-container .select2-search input { + width: 100%; +} .crm-container textarea, .crm-container input { height: auto; @@ -366,3 +371,18 @@ ul#civicrm-menu li#crm-qsearch { .crm-container input[type=submit] { height: auto; } + +.crm-container .disabled { + font-weight: normal; +} + +#crm-container .form-layout td.label, +.crm-container .form-layout td.label { + width: inherit; +} + +#crm-container .crm-event-form-fee-block .label { + background-color: inherit; + width: inherit; + display: block; +}