CKEditor Advanced Options - Don't allow same option to be selected twice
[civicrm-core.git] / css / joomla.css
index 2bf04eb8add0473107e96d16f7ad753825372f20..dc64be3d27614c904d646d02675e8ab2f33b1b2e 100644 (file)
@@ -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;
+}