]> source.dussan.org Git - vaadin-framework.git/commitdiff
better table css for IE6
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 26 Jun 2007 12:09:02 +0000 (12:09 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 26 Jun 2007 12:09:02 +0000 (12:09 +0000)
svn changeset:1789/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css

index 0e70e15a0b21cb40cfc049204008933f57688a11..e0ae7ce99ee01de9e916cb49e21472a4ba8f0682 100644 (file)
@@ -24,7 +24,6 @@ select {
        padding:0;
        border:0;
        background: yellow;
-       table-layout: fixed;
 }
 
 .iscrolltable-header table td {
@@ -41,7 +40,6 @@ select {
        padding:0;
        border:0;
        background: yellow;
-       table-layout: fixed;
 }
 
 .iscrolltable-table td {
@@ -59,7 +57,8 @@ iscrolltable-table tr {
 
 .iscrolltable-rowspacer {
        height: 10px;
-       background: brown;      
+       background: brown;
+       overflow:hidden; /* IE hack to allow < one line height divs */
 }
 
 .iscrolltable-table .iscrolltable-cellContent {