dealing with bootstrap styles being applied to labels on the backend in joomla
authorAlice Frumin <alice@aghstrategies.com>
Tue, 8 Nov 2016 23:43:48 +0000 (18:43 -0500)
committerAlice Frumin <alice@aghstrategies.com>
Tue, 8 Nov 2016 23:43:48 +0000 (18:43 -0500)
css/joomla.css

index 39a489786ac5c13bf710d000227f926aeb6fa695..3e68dd080f6a0ace1063b297d063e28e753f50b8 100644 (file)
@@ -375,3 +375,13 @@ ul#civicrm-menu li#crm-qsearch {
 .crm-container .disabled {
   font-weight: normal;
 }
+
+#crm-container .crm-container .form-layout td.label {
+  width: inherit;
+}
+
+#crm-container .label {
+  background-color: inherit;
+  width: inherit;
+  display: block;
+}