From ae58eda132b5a89ce251dbdf13822dee2f3bc92f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 29 Sep 2016 09:25:35 -0700 Subject: 4.x styling customer edit cleanup --- httemplate/elements/freeside.css | 3 ++- httemplate/elements/tr-censustract.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index cc104a196..8545ee596 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -235,7 +235,8 @@ div.fstabcontainer { .fsinnerbox th { font-weight:normal; font-size:80%; - vertical-align: bottom; + vertical-align: top; + padding-top: 3px; color: #666666; } diff --git a/httemplate/elements/tr-censustract.html b/httemplate/elements/tr-censustract.html index 7a4b34943..c7ca270e9 100644 --- a/httemplate/elements/tr-censustract.html +++ b/httemplate/elements/tr-censustract.html @@ -1,6 +1,6 @@ % if ($location->country eq 'US' and $censustract) { - <% mt('Census tract') |h %> + <% mt('Census tract') |h %> <% $censustract |h %>  <% $censusyear |h %> -- cgit v1.2.1