Fix addressbook category filter no longer respects sharing width with other selectbox filters in nextmatch

This commit is contained in:
Hadi Nategh 2016-07-11 14:01:41 +02:00
parent b1e666245a
commit b2964a1a87
2 changed files with 7 additions and 0 deletions

View File

@ -110,6 +110,8 @@ input.et2_radiobox {
#addressbook-index .filtersContainer select {
width: 31.5%;
}
/* category filter chosen. !important is neccessary to override the width set by chosen*/
#addressbook-index .nextmatch_header_row .et2_selectbox.select-cat {min-width:auto;width: 31.5% !important;}
select#addressbook-index_col_filter\[tid\] {
width: 82px;
}

View File

@ -128,6 +128,11 @@ input.et2_radiobox {
#addressbook-index .filtersContainer select {
width: 31.5%;
}
/* category filter chosen. !important is neccessary to override the width set by chosen*/
#addressbook-index .nextmatch_header_row .et2_selectbox.select-cat {
min-width: auto;
width: 31.5% !important;
}
select#addressbook-index_col_filter\[tid\] {
width: 82px;
}