forked from extern/egroupware
fix NM header row alignment
This commit is contained in:
parent
47817e4df5
commit
4d026ce88c
@ -109,9 +109,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {margin-right: 5px
|
||||
*/
|
||||
#addressbook-index .filtersContainer {
|
||||
position: absolute;
|
||||
top: 0; /* Required for Chrome 76+ on Windows */
|
||||
left: 350px;
|
||||
right: 235px;
|
||||
/* it messes with vertical alignment top: 0; Required for Chrome 76+ on Windows */
|
||||
left: 348px;
|
||||
right: 225px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
width: 31.5%;
|
||||
|
@ -124,10 +124,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
||||
*/
|
||||
#addressbook-index .filtersContainer {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
/* Required for Chrome 76+ on Windows */
|
||||
left: 350px;
|
||||
right: 235px;
|
||||
/* it messes with vertical alignment top: 0; Required for Chrome 76+ on Windows */
|
||||
left: 348px;
|
||||
right: 225px;
|
||||
}
|
||||
#addressbook-index .filtersContainer select {
|
||||
width: 31.5%;
|
||||
|
Loading…
Reference in New Issue
Block a user