From 0b8ec8bcf692ff2e46191f3dac57b11f4f24b776 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 7 Jan 2011 12:31:34 -0700 Subject: [PATCH] Ticket #9475: Basic print formatting from popup message screen --- imp/themes/default/dimp/screen.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/imp/themes/default/dimp/screen.css b/imp/themes/default/dimp/screen.css index f54b2e82a..2dc8a1c89 100644 --- a/imp/themes/default/dimp/screen.css +++ b/imp/themes/default/dimp/screen.css @@ -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; + } +} -- 2.11.0