diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:37 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-29 09:25:37 -0700 |
| commit | 4f9036b228a12204d8282344a5abbdd621959a85 (patch) | |
| tree | c45e87e7daab9587fbd38c4eaca0ae6b2c9f34c3 /httemplate/elements | |
| parent | 37a37bc1146a9ac2dfe6502c1c9f0d211a9a9209 (diff) | |
4.x styling customer edit cleanup
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/freeside.css | 3 | ||||
| -rw-r--r-- | httemplate/elements/tr-censustract.html | 2 |
2 files changed, 3 insertions, 2 deletions
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) { <TR> - <TD ALIGN="right"><% mt('Census tract') |h %></TD> + <TH ALIGN="right"><% mt('Census tract') |h %></TH> <TD COLSPAN=5> <SPAN STYLE="background-color: #ffffff; border: 1px solid #ffffff"><% $censustract |h %></SPAN> <% $censusyear |h %> |
