aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/print.css')
-rw-r--r--public/stylesheets/print.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css
new file mode 100644
index 000000000..02e0e98c0
--- /dev/null
+++ b/public/stylesheets/print.css
@@ -0,0 +1,38 @@
+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,
+#banner,
+#header_right,
+#describe_state_form_1,
+#describe_state_form_2 input[type=submit],
+#footer {
+ display: none;
+}
+
+div.correspondence {
+ background: none;
+ border: 1px solid #DDD;
+}
+
+p#request_status {
+ page-break-after: avoid;
+}
+div.correspondence {
+ page-break-before: avoid;
+} \ No newline at end of file