mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-15 22:05:56 +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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user