From: Matti Tahvonen Date: Tue, 10 Jun 2008 07:26:44 +0000 (+0000) Subject: fixes #1161 X-Git-Tag: 6.7.0.beta1~4631 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3031c16d921598c136f3cd40cea246caa3776725;p=vaadin-framework.git fixes #1161 svn changeset:4824/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index e326282343..e46bbaf256 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -1407,6 +1407,14 @@ input.i-modified, position: relative; /* hide this from IE, it works without it */ } +* html .i-table-column-selector { + position: static; +} + +*+html .i-table-column-selector { + position: static; +} + .i-table-focus-slot-left { border-left: 2px solid #b6bbbc; margin-right: -2px; diff --git a/WebContent/ITMILL/themes/default/table/table.css b/WebContent/ITMILL/themes/default/table/table.css index 331ba117c0..cbc8f1f3e9 100644 --- a/WebContent/ITMILL/themes/default/table/table.css +++ b/WebContent/ITMILL/themes/default/table/table.css @@ -129,6 +129,14 @@ position: relative; /* hide this from IE, it works without it */ } +* html .i-table-column-selector { + position: static; +} + +*+html .i-table-column-selector { + position: static; +} + .i-table-focus-slot-left { border-left: 2px solid #b6bbbc; margin-right: -2px;