mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-15 18:00:09 +01:00
Let browser deal with width, fix issue of nm header jumps down on hover action
This commit is contained in:
parent
0f5db49054
commit
4445521a64
@ -109,19 +109,6 @@ 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;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* 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\] {
|
select#addressbook-index_col_filter\[tid\] {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
@ -129,22 +129,6 @@ 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;
|
||||||
}
|
}
|
||||||
/**
|
|
||||||
* 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\] {
|
select#addressbook-index_col_filter\[tid\] {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user