Addressbook - make type selectbox a little wider

This commit is contained in:
nathangray 2019-09-09 16:23:55 -06:00
parent 4f4d1e97d3
commit 5c9678999c
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
/* category filter chosen. !important is neccessary to override the width set by chosen*/ /* 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;} #addressbook-index .nextmatch_header_row .et2_selectbox.select-cat {min-width:auto;width: 31.5% !important;}
select#addressbook-index_col_filter\[tid\] { select#addressbook-index_col_filter\[tid\] {
width: 82px; width: 100px;
} }
#addressbook-index_addressbook-index-row select{ #addressbook-index_addressbook-index-row select{
float: right; float: right;

View File

@ -146,7 +146,7 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
width: 31.5% !important; width: 31.5% !important;
} }
select#addressbook-index_col_filter\[tid\] { select#addressbook-index_col_filter\[tid\] {
width: 82px; width: 100px;
} }
#addressbook-index_addressbook-index-row select { #addressbook-index_addressbook-index-row select {
float: right; float: right;