]> source.dussan.org Git - vaadin-framework.git/commitdiff
Merge from 5.3: An old IE7 fix caused IE6 problems, now targets IE7 only. Fixes ...
authorMarc Englund <marc.englund@itmill.com>
Wed, 25 Mar 2009 13:15:32 +0000 (13:15 +0000)
committerMarc Englund <marc.englund@itmill.com>
Wed, 25 Mar 2009 13:15:32 +0000 (13:15 +0000)
svn changeset:7173/svn branch:6.0

WebContent/ITMILL/themes/default/window/window.css

index 684171ae9b5a9449dd30e2416f2649ba7c7d5cbf..2ecd0dd70bfb55a5a63952f6ba61605dc98513af 100644 (file)
@@ -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;
 }