From: Marc Englund Date: Fri, 19 Dec 2008 13:39:12 +0000 (+0000) Subject: Subwindows were rendered wrong on ie6, fixes #2382 X-Git-Tag: 6.7.0.beta1~3480 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff6524e1b5b90b97b26e8c7b233ba8615f67e374;p=vaadin-framework.git Subwindows were rendered wrong on ie6, fixes #2382 svn changeset:6304/svn branch:trunk --- 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);