select2 admin styling tweaks

This commit is contained in:
Mike Jolley 2015-01-27 13:58:03 +00:00
parent 2e38fc9041
commit d5cc80b813
2 changed files with 11 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -438,7 +438,6 @@ ul.wc_coupon_list_block {
.select2-container {
float: left;
max-width: 200px;
line-height: 1.8em;
font-size: 14px;
vertical-align: middle;
margin: 1px 6px 1px 1px;
@ -531,7 +530,6 @@ ul.wc_coupon_list_block {
.select2-container {
width: 100% !important;
line-height: 1.8em;
}
.date-picker-field {
@ -1996,9 +1994,6 @@ img.help_tip {
}
.woocommerce {
.select2-container {
line-height: 1.8em;
}
#template div {
margin: 0;
@ -4163,3 +4158,13 @@ table.bar_chart {
.select2-drop {
z-index: 999999;
}
.select2-container-multi .select2-choices .select2-search-field input {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
padding: 3px 5px;
}
.select2-container {
line-height: 1.85em;
font-size: 14px;
}