From: Christopher Burger Date: Mon, 10 Sep 2018 01:22:59 +0000 (-0400) Subject: RT# 75817 - V3 css fix for table display X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ebdbeb65e5b391376dabda2893acb4609d84769f RT# 75817 - V3 css fix for table display --- diff --git a/httemplate/elements/freeside.css b/httemplate/elements/freeside.css index 8ad724a4f..1e5d1e87f 100644 --- a/httemplate/elements/freeside.css +++ b/httemplate/elements/freeside.css @@ -291,6 +291,10 @@ tr.row1 { font-style: italic; } +th, td { + vertical-align: top; +} + /* border at the top of the footer, but not between footer rows */ .grid tfoot tr:first-child td { border-top: 1px dashed black;