diff options
author | Marc Englund <marc.englund@itmill.com> | 2009-03-25 13:15:32 +0000 |
---|---|---|
committer | Marc Englund <marc.englund@itmill.com> | 2009-03-25 13:15:32 +0000 |
commit | 23ff49d8529f2fdf363885f28f195a09b9fa87e5 (patch) | |
tree | fe3463a688967c1f3308f744afccba566af90db5 /WebContent | |
parent | ec748e17c33c19a9e17e70423dc25333c7efce58 (diff) | |
download | vaadin-framework-23ff49d8529f2fdf363885f28f195a09b9fa87e5.tar.gz vaadin-framework-23ff49d8529f2fdf363885f28f195a09b9fa87e5.zip |
Merge from 5.3: An old IE7 fix caused IE6 problems, now targets IE7 only. Fixes #2382
svn changeset:7173/svn branch:6.0
Diffstat (limited to 'WebContent')
-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; } |