]> source.dussan.org Git - vaadin-framework.git/commitdiff
Let's keep all styles that handle either the BODY or HTML element in additional theme...
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 8 Oct 2007 10:45:57 +0000 (10:45 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 8 Oct 2007 10:45:57 +0000 (10:45 +0000)
svn changeset:2456/svn branch:trunk

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

index b60375cb837c179fb40b6e6e4a495d117219a726..a01a96d6298a0157c6d24c7a01f8c33cae1f871b 100644 (file)
@@ -1,15 +1,10 @@
-html, body {
-       margin:0;
-       padding:0;
-       height:100%;    
-}
-
 #itmtk-ajax-window {
        background: #e9eced;
        font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
        color: #464f52;
        font-size: 13px;
-       line-height: 18px;      
+       line-height: 18px;
+       height: 100%;
 }
 
 .i-view {