mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Let browser deal with width, fix issue of nm header jumps down on hover action
This commit is contained in:
parent
3bf72f39d8
commit
950c00fadc
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user