From ff6524e1b5b90b97b26e8c7b233ba8615f67e374 Mon Sep 17 00:00:00 2001 From: Marc Englund Date: Fri, 19 Dec 2008 13:39:12 +0000 Subject: [PATCH] Subwindows were rendered wrong on ie6, fixes #2382 svn changeset:6304/svn branch:trunk --- WebContent/ITMILL/themes/default/styles.css | 3 --- WebContent/ITMILL/themes/default/window/window.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 3d95bec847..5e9ab19858 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -2533,16 +2533,13 @@ input.i-modified, height: 8px; margin-left: 9px; background: transparent url(window/img/bottom-right.png) no-repeat right top; - position: relative; } .i-window-resizebox { position: absolute; /* Needed to position the element over ScrollPanel, which is also relatively positioned */ - display: inline; /* fix IE6 double float margin bug */ right: 5px; width: 10px; height: 10px; - /*margin-right: 5px;*/ margin-top: -7px; cursor: se-resize; background: transparent url(window/img/resize.png); diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index 4e9ed4cd1f..f597aac5b9 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -59,16 +59,13 @@ height: 8px; margin-left: 9px; background: transparent url(img/bottom-right.png) no-repeat right top; - position: relative; } .i-window-resizebox { position: absolute; /* Needed to position the element over ScrollPanel, which is also relatively positioned */ - display: inline; /* fix IE6 double float margin bug */ right: 5px; width: 10px; height: 10px; - /*margin-right: 5px;*/ margin-top: -7px; cursor: se-resize; background: transparent url(img/resize.png); -- 2.39.5