Don't let the AB nm filter selectboxes getting bigger than 30% of total size

This commit is contained in:
Hadi Nategh 2019-09-25 11:56:19 +02:00
parent fbc9466a75
commit b8274fb083
2 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
.addressbookHooked .egwGridView_grid label>span.et2_link {
display: none;
}
#addressbook-index .filtersContainer select {
max-width: 31.5% !important;
}
select#addressbook-index_col_filter\[tid\] {
width: 100px;
}

View File

@ -129,6 +129,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
.addressbookHooked .egwGridView_grid label > span.et2_link {
display: none;
}
#addressbook-index .filtersContainer select {
max-width: 31.5% !important;
}
select#addressbook-index_col_filter\[tid\] {
width: 100px;
}