summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-30 13:17:00 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-09-30 13:17:00 +0000
commit0dcf3206ee131bc0b822bff2bbb712556fd9f389 (patch)
treeb453e5f5a4bc5ca907759cfc34303fcbba6f3428 /WebContent/ITMILL/themes
parent2c2d571d55b8a237b07b9a2b3b905fcdd1bbb718 (diff)
downloadvaadin-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.css6
-rw-r--r--WebContent/ITMILL/themes/default/styles.css4
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 {