projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af6c2b
)
select2 style fix
author
Coleman Watts
<coleman@civicrm.org>
Tue, 26 Aug 2014 14:57:44 +0000
(15:57 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Tue, 26 Aug 2014 14:58:58 +0000
(15:58 +0100)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index f38a18ac6fda536e17c7ebda1a08f5e0687a5b88..de80d4e50eab65bea3b89525f90377c111b676c9 100644
(file)
--- 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;