From: Marc Englund Date: Fri, 28 Nov 2008 08:47:02 +0000 (+0000) Subject: Table w/o header was missing border-top. Fixed. X-Git-Tag: 6.7.0.beta1~3701 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3757faf4fd71cb346144fe69355faa601789ec54;p=vaadin-framework.git Table w/o header was missing border-top. Fixed. svn changeset:6031/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 8aa816ae10..72fcedeaf1 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1675,6 +1675,7 @@ input.i-modified, height: 36px; background: #e7edf3 url(table/img/header-bg.png) repeat-x; border: 1px solid #b6bbbc; + border-bottom: none; overflow: hidden; } @@ -1735,7 +1736,6 @@ input.i-modified, .i-table-body { background: #fff; border: 1px solid #b6bbbc; - border-top: none; } .i-table-row-spacer { diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index ace79261db..5f58c77a23 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -13,6 +13,7 @@ height: 36px; background: #e7edf3 url(img/header-bg.png) repeat-x; border: 1px solid #b6bbbc; + border-bottom: none; overflow: hidden; } @@ -73,7 +74,6 @@ .i-table-body { background: #fff; border: 1px solid #b6bbbc; - border-top: none; } .i-table-row-spacer {