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 @@ + +
+ - - -
-

#{message.comments}

- - - -
-
- - - -
-

#{message.documents}

- -
-
- - -
-

#{message.history}

-
- \ No newline at end of file diff --git a/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle.xhtml b/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle.xhtml index 9798c4ac..1ea2f102 100644 --- a/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle.xhtml +++ b/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle.xhtml @@ -13,7 +13,7 @@
-
+
@@ -25,7 +25,7 @@
-
+
  • #{message.history}
  • @@ -38,7 +38,7 @@
    -
    +
    diff --git a/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle_entries.xhtml b/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle_entries.xhtml index d9cc7722..a9297308 100644 --- a/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle_entries.xhtml +++ b/imixs-office-workflow-app/src/main/webapp/pages/workitems/workitem_chronicle_entries.xhtml @@ -8,7 +8,7 @@ xmlns:i="http://xmlns.jcp.org/jsf/composite/imixs"> - +