From 46104fbc7b9932f24b68272eaf725cf594dbcba1 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 26 Aug 2014 15:57:44 +0100 Subject: [PATCH] select2 style fix --- css/civicrm.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/civicrm.css b/css/civicrm.css index f38a18ac6f..de80d4e50e 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -136,6 +136,9 @@ div.crm-container fieldset label{ ** Size input fields in crm-container by class. Classes are assigned by the ** module in relation to the data object max size. */ +.crm-container .crm-select2 { + width: 15em; +} .crm-container .two { width: 2em; } @@ -3630,9 +3633,6 @@ div.m ul#civicrm-menu, } /* select2 */ -.crm-select2 { - width: 15em; -} .crm-container div.select2-container { min-width: 6em; font-size: 11px; -- 2.25.1