From: Marc Englund Date: Wed, 25 Mar 2009 13:15:32 +0000 (+0000) Subject: Merge from 5.3: An old IE7 fix caused IE6 problems, now targets IE7 only. Fixes ... X-Git-Tag: 6.7.0.beta1~3049 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=23ff49d8529f2fdf363885f28f195a09b9fa87e5;p=vaadin-framework.git Merge from 5.3: An old IE7 fix caused IE6 problems, now targets IE7 only. Fixes #2382 svn changeset:7173/svn branch:6.0 --- diff --git a/WebContent/ITMILL/themes/default/window/window.css b/WebContent/ITMILL/themes/default/window/window.css index 684171ae9b..2ecd0dd70b 100644 --- a/WebContent/ITMILL/themes/default/window/window.css +++ b/WebContent/ITMILL/themes/default/window/window.css @@ -58,8 +58,9 @@ .i-window-footer { height: 8px; margin-left: 9px; - background: transparent url(img/bottom-right.png) no-repeat right top; - /* IE7 bug fix */ + background: transparent url(img/bottom-right.png) no-repeat right top; +} +.i-ie7 .i-window-footer { position:relative; }