Merge pull request #12670 from totten/5.5-perm-msg
[civicrm-core.git] / css / joomla.css
index 4302cf5cc355bc8751251f941c5678d899adf029..dc64be3d27614c904d646d02675e8ab2f33b1b2e 100644 (file)
@@ -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;
+}