]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixes #1171
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 16 Nov 2007 14:13:53 +0000 (14:13 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 16 Nov 2007 14:13:53 +0000 (14:13 +0000)
svn changeset:2856/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/public/default/window/window.css

index 94ba94d192ac76db73059cee79a9cb1f8916473b..e4003e00b7c0e1fd731c6894baa470d864941a00 100644 (file)
 }
 
 * html .i-window-resizebox {
-       bottom: 0;
-       width: 22px;
-       height: 18px;
-       background: transparent;
-       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/default/window/img/resize.png", sizingMethod="crop");
+       bottom: 1px;
+       right:  1px;
+       width: 15px;
+       height: 12px;
+       background: url(img/resize.png);
 }
 *+html .i-window-resizebox {
        bottom: 0;