diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-30 13:17:00 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2008-09-30 13:17:00 +0000 |
commit | 0dcf3206ee131bc0b822bff2bbb712556fd9f389 (patch) | |
tree | b453e5f5a4bc5ca907759cfc34303fcbba6f3428 /WebContent/ITMILL/themes | |
parent | 2c2d571d55b8a237b07b9a2b3b905fcdd1bbb718 (diff) | |
download | vaadin-framework-0dcf3206ee131bc0b822bff2bbb712556fd9f389.tar.gz vaadin-framework-0dcf3206ee131bc0b822bff2bbb712556fd9f389.zip |
small enhancement to print stylesheet
svn changeset:5562/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 6 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 4 |
2 files changed, 10 insertions, 0 deletions
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 { |