X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fjoomla.css;h=dc64be3d27614c904d646d02675e8ab2f33b1b2e;hb=067c843f3738f7d511b4a132b32e5ae7b211992c;hp=4302cf5cc355bc8751251f941c5678d899adf029;hpb=68acd6ae8e764d8e713829675cfadfdefff770e8;p=civicrm-core.git diff --git a/css/joomla.css b/css/joomla.css index 4302cf5cc3..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; } /* @@ -373,3 +375,14 @@ ul#civicrm-menu li#crm-qsearch { .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; +}