projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6616f
)
Ticket #9475: Basic print formatting from popup message screen
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 7 Jan 2011 19:31:34 +0000
(12:31 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 7 Jan 2011 19:37:20 +0000
(12:37 -0700)
imp/themes/default/dimp/screen.css
patch
|
blob
|
history
diff --git
a/imp/themes/default/dimp/screen.css
b/imp/themes/default/dimp/screen.css
index
f54b2e8
..
2dc8a1c
100644
(file)
--- 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;
+ }
+}