From 0dcf3206ee131bc0b822bff2bbb712556fd9f389 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Tue, 30 Sep 2008 13:17:00 +0000 Subject: [PATCH] small enhancement to print stylesheet svn changeset:5562/svn branch:trunk --- WebContent/ITMILL/themes/default/common/common.css | 6 ++++++ WebContent/ITMILL/themes/default/styles.css | 4 ++++ 2 files changed, 10 insertions(+) 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 { -- 2.39.5