diff --git a/imixs-office-workflow-app/src/main/webapp/layout/css/office-theme-print.css b/imixs-office-workflow-app/src/main/webapp/layout/css/office-theme-print.css index 06276cec..3d98e665 100644 --- a/imixs-office-workflow-app/src/main/webapp/layout/css/office-theme-print.css +++ b/imixs-office-workflow-app/src/main/webapp/layout/css/office-theme-print.css @@ -1,10 +1,8 @@ /* Imixs-Office-Workflow Print Design */ - - body { font-size: 0.33cm; + overflow: auto; } - h1 { font-size: 1.4em !important; } @@ -38,6 +36,11 @@ h2,h3,h4 { .imixs-header .imixs-subnav { display: none; } + +.imixs-workitem-chronicle-content table { + width: 100%; +} + #footer { padding:0; border-top: 1px solid #ccc; @@ -48,6 +51,9 @@ h2,h3,h4 { #footer a { display: none; } +#footer1 ul li , #footer2 ul li { + display: inline; +} #footer1 { display: none; } diff --git a/imixs-office-workflow-app/src/main/webapp/pages/workitems/forms/form_print.xhtml b/imixs-office-workflow-app/src/main/webapp/pages/workitems/forms/form_print.xhtml index b293f8b5..ca925301 100644 --- a/imixs-office-workflow-app/src/main/webapp/pages/workitems/forms/form_print.xhtml +++ b/imixs-office-workflow-app/src/main/webapp/pages/workitems/forms/form_print.xhtml @@ -28,30 +28,10 @@ + +
--
+
-
-
@@ -25,7 +25,7 @@