mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01: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;
|
||||
padding-right: 5px;
|
||||
}
|
||||
div.et2_hbox > *:empty {
|
||||
padding-right: 0;
|
||||
}
|
||||
div.et2_hbox_left {
|
||||
float: left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user