]> source.dussan.org Git - vaadin-framework.git/commitdiff
Table w/o header was missing border-top. Fixed.
authorMarc Englund <marc.englund@itmill.com>
Fri, 28 Nov 2008 08:47:02 +0000 (08:47 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 28 Nov 2008 08:47:02 +0000 (08:47 +0000)
svn changeset:6031/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/table/table.css

index 8aa816ae1061a40d5954179d842787cfee32d4e0..72fcedeaf179ce6abbab3d2fcd9700bec277988b 100644 (file)
@@ -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 {
index ace79261dbd9fc303191f254504431840d0dcfb8..5f58c77a23d854025f6e48f8a95badaf1b7cf609 100644 (file)
@@ -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 {