Skip to content

Commit

Permalink
Some improvements to print style
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Aug 30, 2024
1 parent 3c403d0 commit 3b43163
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions themes/OpenPsa2/static/print.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
html, body {
height: auto;
}
#content
{
font-size: 90%;
Expand All @@ -8,9 +11,14 @@
#leftframe,
#content-menu .context,
#org_openpsa_toolbar,
#template_openpsa2_resizer
#template_openpsa2_resizer,
.midcom_services_toolbars_fancy
{
display: none;
display: none !important;
}

#content-menu {
background: transparent
}

#breadcrumb
Expand All @@ -23,7 +31,8 @@

#content-text
{
padding: 0 !important
padding: 0 !important;
overflow: visible;
}

a
Expand Down

0 comments on commit 3b43163

Please sign in to comment.