mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 01:48:01 +02:00
removed padding from empty hbox child, eg. no postcode gives empty space in front of city in addressbook list
This commit is contained in:
parent
b592a5088e
commit
96af6b8dba
@ -51,6 +51,9 @@ div.et2_hbox > * {
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
div.et2_hbox > *:empty {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
div.et2_hbox_left {
|
div.et2_hbox_left {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user