]> source.dussan.org Git - vaadin-framework.git/commitdiff
small enhancement to print stylesheet
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Sep 2008 13:17:00 +0000 (13:17 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Sep 2008 13:17:00 +0000 (13:17 +0000)
svn changeset:5562/svn branch:trunk

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

index e2b1b15a1f2e387ff78b456934e2facadf5c7d8b..f5b95ee2ff846e915af41c09bbb5ef1afbb9fa49 100644 (file)
  * needs application specific planning and CSS tuning.
  */
 @media print {
+       
        .i-generated-body {
                height: auto;
                min-height: 20cm;
                overflow: visible;
        }
+
        .i-app {
                height:auto;
                min-height: 20cm;
                overflow: visible;
        }
        
+       .i-gridlayout {
+               overflow: visible !important;
+       }
+       
 }
 
 .i-view:active, .i-view:focus { 
index da718c52fa0c9568e987ba289866b9ada656c42b..35f42be16ea8110af337e592b2621351911c36f5 100644 (file)
                overflow: visible;
        }
        
+       .i-gridlayout {
+               overflow: visible !important;
+       }
+       
 }
 
 .i-view:active, .i-view:focus {