From 3cc8b70bbe8405d0b98283adfd0c804782711479 Mon Sep 17 00:00:00 2001 From: Alice Frumin Date: Tue, 8 Nov 2016 18:43:48 -0500 Subject: [PATCH] dealing with bootstrap styles being applied to labels on the backend in joomla --- css/joomla.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/joomla.css b/css/joomla.css index 39a489786a..3e68dd080f 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -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; +} -- 2.25.1