diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-06-26 12:09:02 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2007-06-26 12:09:02 +0000 |
commit | d7cc00c3fc1e92a9555cc020153cbd6842c0ead1 (patch) | |
tree | f4ab2c1a009b89b59e180ce58735c4802971021f /src | |
parent | 34892c9deb793ca6cfd581c09c300b980297b6a2 (diff) | |
download | vaadin-framework-d7cc00c3fc1e92a9555cc020153cbd6842c0ead1.tar.gz vaadin-framework-d7cc00c3fc1e92a9555cc020153cbd6842c0ead1.zip |
better table css for IE6
svn changeset:1789/svn branch:trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/com/itmill/toolkit/terminal/gwt/public/component-themes/common/css/common.css | 5 |
1 files 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 { |