From c3136791b5ded9cc3fe62108335a33fb76298c47 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 6 Aug 2015 07:32:24 +0000 Subject: [PATCH] Fix font size for print mail body --- mail/templates/default/app.css | 10 ++++++++++ mail/templates/pixelegg/app.css | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 0c6fe166a9..4619037124 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -774,6 +774,16 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ overflow: visible; height: auto; } + .tmpPrintDiv td, textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + } + .tmpPrintDiv .td_display { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 140%; + color: black; + background-color: #FFFFFF; + } pre { width:99% !important; } diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index fd3337dd3d..b5ddaec350 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -773,6 +773,17 @@ blockquote blockquote blockquote blockquote blockquote blockquote { overflow: visible; height: auto; } + .tmpPrintDiv td, + textarea { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + } + .tmpPrintDiv .td_display { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 140%; + color: black; + background-color: #FFFFFF; + } pre { width: 99% !important; }