mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Don't let the AB nm filter selectboxes getting bigger than 30% of total size
This commit is contained in:
parent
fbc9466a75
commit
b8274fb083
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user