From 37e44d4aaca28fbc0fb7d724386883375394bec4 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Thu, 5 Feb 2009 13:20:25 +0000 Subject: [PATCH] fixes #2526 svn changeset:6741/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 2 ++ WebContent/ITMILL/themes/default/window/window.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 01afcc290a..b2abdec877 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2624,6 +2624,8 @@ input.i-modified, height: 8px; margin-left: 9px; background: transparent url(window/img/bottom-right.png) no-repeat right top; + /* IE7 bug fix */ + position:relative; } .i-window-resizebox { diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index 0ead474474..684171ae9b 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -59,6 +59,8 @@ height: 8px; margin-left: 9px; background: transparent url(img/bottom-right.png) no-repeat right top; + /* IE7 bug fix */ + position:relative; } .i-window-resizebox { -- 2.39.5