diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/print.css | 40 | ||||
-rw-r--r-- | public/stylesheets/theme.css | 3 |
2 files changed, 43 insertions, 0 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css new file mode 100644 index 000000000..129b452b8 --- /dev/null +++ b/public/stylesheets/print.css @@ -0,0 +1,40 @@ +div#content, div#left_column, div.entirebodym div#wrapper { + width: 100%; + margin: 0; + float: none; +} +div#content { + padding-right: 0; + width: 96%; +} + +#wrapper { + width: auto; + padding: 0; + +} + +p.event_actions, +div#after_actions, +#right_column, +#header_right, +#banner, +#describe_state_form_1, +#describe_state_form_2 input[type=submit], +#footer { + display: none; +} + +div.correspondence { + background: none; + border: 1px solid #DDD; + border-radius: 0; + -moz-border-radius: 0; +} + +p#request_status { + page-break-after: avoid; +} +div.correspondence { + page-break-before: avoid; +}
\ No newline at end of file diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css index ad1f7dfe6..ca99c3793 100644 --- a/public/stylesheets/theme.css +++ b/public/stylesheets/theme.css @@ -368,6 +368,9 @@ p.subtitle { margin-top:60px; } +div.ff-icon-printfix { + display: none; +} #search_form { margin:0px -6px 20px 0px; } |