select2 style fix
authorColeman Watts <coleman@civicrm.org>
Tue, 26 Aug 2014 14:57:44 +0000 (15:57 +0100)
committerColeman Watts <coleman@civicrm.org>
Tue, 26 Aug 2014 14:58:58 +0000 (15:58 +0100)
css/civicrm.css

index f38a18ac6fda536e17c7ebda1a08f5e0687a5b88..de80d4e50eab65bea3b89525f90377c111b676c9 100644 (file)
@@ -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;