From: Marc Englund Date: Fri, 4 Jan 2008 13:55:38 +0000 (+0000) Subject: Make resulttable border even. X-Git-Tag: 6.7.0.beta1~5177 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a0b5b2ea8a437bcf27689c5024266aefd2ceb09;p=vaadin-framework.git Make resulttable border even. (kludge: slitpanel overlap) svn changeset:3375/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/testingtools/styles.css b/WebContent/ITMILL/themes/testingtools/styles.css index 9a6207421a..dc8b8caca6 100644 --- a/WebContent/ITMILL/themes/testingtools/styles.css +++ b/WebContent/ITMILL/themes/testingtools/styles.css @@ -1,9 +1,10 @@ .resulttable { - border-collapse: collapse; border-spacing: 0px; margin: 0px 0px 0px 0px; width: 100%; + border-left: 1px solid #b6bbbc; } + .resulttable TR.error { background-color: #ffeeee; }