From 3031c16d921598c136f3cd40cea246caa3776725 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 10 Jun 2008 07:26:44 +0000 Subject: [PATCH] fixes #1161 svn changeset:4824/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 8 ++++++++ WebContent/ITMILL/themes/default/table/table.css | 8 ++++++++ 2 files changed, 16 insertions(+) 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; -- 2.39.5