mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +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 {
|
.addressbookHooked .egwGridView_grid label>span.et2_link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#addressbook-index .filtersContainer select {
|
||||||
|
max-width: 31.5% !important;
|
||||||
|
}
|
||||||
select#addressbook-index_col_filter\[tid\] {
|
select#addressbook-index_col_filter\[tid\] {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
@ -129,6 +129,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
|||||||
.addressbookHooked .egwGridView_grid label > span.et2_link {
|
.addressbookHooked .egwGridView_grid label > span.et2_link {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#addressbook-index .filtersContainer select {
|
||||||
|
max-width: 31.5% !important;
|
||||||
|
}
|
||||||
select#addressbook-index_col_filter\[tid\] {
|
select#addressbook-index_col_filter\[tid\] {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user