removed padding from empty hbox child, eg. no postcode gives empty space in front of city in addressbook list

This commit is contained in:
Ralf Becker 2014-07-01 15:56:09 +00:00
parent b592a5088e
commit 96af6b8dba

View File

@ -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;
}