]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #2526
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 Feb 2009 13:20:25 +0000 (13:20 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 5 Feb 2009 13:20:25 +0000 (13:20 +0000)
svn changeset:6741/svn branch:trunk

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

index 01afcc290ad353093423e93236e47d0f27de0f8e..b2abdec877a408791332001c9fc8e656747d289c 100644 (file)
@@ -2624,6 +2624,8 @@ input.i-modified,
        height: 8px;
        margin-left: 9px;
        background: transparent url(window/img/bottom-right.png) no-repeat right top;
+       /* IE7 bug fix */
+       position:relative;
 }
 
 .i-window-resizebox {
index 0ead4744741ed3789ee6b0278655dde7697f56d8..684171ae9b5a9449dd30e2416f2649ba7c7d5cbf 100644 (file)
@@ -59,6 +59,8 @@
        height: 8px;
        margin-left: 9px;
        background: transparent url(img/bottom-right.png) no-repeat right top;
+       /* IE7 bug fix */
+       position:relative;
 }
 
 .i-window-resizebox {