Fix mail display printing multipage style for jdots

This commit is contained in:
Hadi Nategh 2014-12-19 11:20:00 +00:00
parent 3b5087753d
commit 6a90480548
2 changed files with 6 additions and 0 deletions

View File

@ -724,6 +724,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
}
/* MAIL PRINT */
@media print {
html {
height: auto !important;
}
html *, .td_display {
font-size: 12pt !important;
border-right: none !important;

View File

@ -719,6 +719,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
}
/* MAIL PRINT */
@media print {
html {
height: auto !important;
}
html *,
.td_display {
font-size: 12pt !important;