diff options
-rw-r--r-- | WebContent/ITMILL/themes/default/window/window.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } |