fix NM header row alignment

This commit is contained in:
ralf 2022-07-28 10:27:54 +02:00
parent 47817e4df5
commit 4d026ce88c
2 changed files with 6 additions and 7 deletions

View File

@ -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%;

View File

@ -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%;