mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
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 {
|
#addressbook-index .filtersContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0; /* Required for Chrome 76+ on Windows */
|
/* it messes with vertical alignment top: 0; Required for Chrome 76+ on Windows */
|
||||||
left: 350px;
|
left: 348px;
|
||||||
right: 235px;
|
right: 225px;
|
||||||
}
|
}
|
||||||
#addressbook-index .filtersContainer select {
|
#addressbook-index .filtersContainer select {
|
||||||
width: 31.5%;
|
width: 31.5%;
|
||||||
|
@ -124,10 +124,9 @@ div.city_state_postcode #addressbook-edit_adr_one_postalcode {
|
|||||||
*/
|
*/
|
||||||
#addressbook-index .filtersContainer {
|
#addressbook-index .filtersContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
/* it messes with vertical alignment top: 0; Required for Chrome 76+ on Windows */
|
||||||
/* Required for Chrome 76+ on Windows */
|
left: 348px;
|
||||||
left: 350px;
|
right: 225px;
|
||||||
right: 235px;
|
|
||||||
}
|
}
|
||||||
#addressbook-index .filtersContainer select {
|
#addressbook-index .filtersContainer select {
|
||||||
width: 31.5%;
|
width: 31.5%;
|
||||||
|
Loading…
Reference in New Issue
Block a user