From 96af6b8dba68e7d3c07ae1f0c09a76e91184f08e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 1 Jul 2014 15:56:09 +0000 Subject: [PATCH] removed padding from empty hbox child, eg. no postcode gives empty space in front of city in addressbook list --- etemplate/templates/default/etemplate2.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 64e16c8fd3..43abcf77c5 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -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; }