Ticket #9475: Basic print formatting from popup message screen
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 7 Jan 2011 19:31:34 +0000 (12:31 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 7 Jan 2011 19:37:20 +0000 (12:37 -0700)
imp/themes/default/dimp/screen.css

index f54b2e8..2dc8a1c 100644 (file)
@@ -1097,3 +1097,17 @@ span.readonlyImg {
     cursor: pointer;
     float: right;
 }
+
+@media print {
+    /* Hide UI elements when printing message in popup window. */
+    div.dimpActionsMsg,
+    div.msgfullread div.dimpOptions,
+    div.msgfullread div.mimePartInfo a.iconImg {
+        display: none;
+    }
+
+    div.msgfullread div.messageBody{
+        height: auto !important;
+        overflow: visible;
+    }
+}