Let browser deal with width, fix issue of nm header jumps down on hover action

This commit is contained in:
Hadi Nategh 2019-09-23 10:21:30 +02:00
parent 3bf72f39d8
commit 950c00fadc
2 changed files with 0 additions and 29 deletions

View File

@ -109,19 +109,6 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
.addressbookHooked .egwGridView_grid label>span.et2_link {
display: none;
}
/**
* adjust width of select-boxes in nextmatch
*/
#addressbook-index .filtersContainer {
position: absolute;
left: 342px;
right: 215px;
}
#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: 100px;
}

View File

@ -129,22 +129,6 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
.addressbookHooked .egwGridView_grid label > span.et2_link {
display: none;
}
/**
* adjust width of select-boxes in nextmatch
*/
#addressbook-index .filtersContainer {
position: absolute;
left: 342px;
right: 215px;
}
#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: 100px;
}