From 98c089d3a69fb9a83efb14aa5e390e73659a7287 Mon Sep 17 00:00:00 2001 From: Maggie Date: Fri, 10 Jan 2014 16:58:32 -0500 Subject: [PATCH] Stopped .crm-container fieldset label from floating left in Joomla edit default template view --- css/civicrm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/civicrm.css b/css/civicrm.css index dca08991fb..785d692afa 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -15,6 +15,10 @@ div.crm-container label { font-weight: normal; } +.crm-container .crm-quickSearchField { + font-weight: normal; +} + #crm-container .hiddenElement, .crm-container .hiddenElement { display: none; -- 2.25.1