forked from extern/egroupware
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…
Reference in New Issue
Block a user