From: Matti Tahvonen Date: Tue, 30 Sep 2008 13:17:00 +0000 (+0000) Subject: small enhancement to print stylesheet X-Git-Tag: 6.7.0.beta1~4055 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0dcf3206ee131bc0b822bff2bbb712556fd9f389;p=vaadin-framework.git small enhancement to print stylesheet svn changeset:5562/svn branch:trunk --- diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index e2b1b15a1f..f5b95ee2ff 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -32,11 +32,13 @@ * 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; @@ -46,6 +48,10 @@ overflow: visible; } + .i-gridlayout { + overflow: visible !important; + } + } .i-view:active, .i-view:focus { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index da718c52fa..35f42be16e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -176,6 +176,10 @@ overflow: visible; } + .i-gridlayout { + overflow: visible !important; + } + } .i-view:active, .i-view:focus {