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; }