Merge pull request #10675 from JMAConsulting/CRM-20848
[civicrm-core.git] / css / joomla.css
index c6a39b16c17c54b124f9b6b526ae9bfb21f408c6..dc64be3d27614c904d646d02675e8ab2f33b1b2e 100644 (file)
@@ -57,6 +57,8 @@ td.active {
 
 td.label {
   background: none;
+  color: #3e3e3e;
+  display: table-cell;
 }
 
 /*
@@ -370,3 +372,17 @@ ul#civicrm-menu li#crm-qsearch {
   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;
+}