From d7cc00c3fc1e92a9555cc020153cbd6842c0ead1 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 26 Jun 2007 12:09:02 +0000 Subject: [PATCH] better table css for IE6 svn changeset:1789/svn branch:trunk --- .../gwt/public/component-themes/common/css/common.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css index 0e70e15a0b..e0ae7ce99e 100644 --- a/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css +++ b/src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css @@ -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 { -- 2.39.5