]> source.dussan.org Git - vaadin-framework.git/commitdiff
svn changeset:1984/svn branch:trunk
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 10 Aug 2007 12:10:15 +0000 (12:10 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Fri, 10 Aug 2007 12:10:15 +0000 (12:10 +0000)
src/com/itmill/toolkit/terminal/gwt/public/component-themes/window/css/window.css

index dd5b8bcf14b3ab66c5acb47bb21d84fa23c32221..f458f67a2cbf9ac7b3e1b0e0ba6131e654ed9c7a 100644 (file)
@@ -8,7 +8,12 @@
 
 .i-window-footer {
        background: #0f0;
-       height:10px;
+       height:0px;
+}
+
+.i-window-contents {
+       background: #fff;
+       overflow:auto;
 }
 
 .i-window-resizeBox {
@@ -16,7 +21,7 @@
        bottom:0;
        right:0;
        background: black;
-       width: 10px;
-       height: 10px;
+       width: 5px;
+       height: 5px;
        float:right;
 }