set font size for printing of text mail body and all headers, attachments

This commit is contained in:
Ralf Becker 2015-02-12 08:34:02 +00:00
parent dd1a2cc801
commit 8a5ab38c36
2 changed files with 10 additions and 0 deletions

View File

@ -755,6 +755,10 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
border-right: none !important;
border-left: none !important;
}
/* set font size for printing of text mail body and all headers, attachments */
.td_display pre, .mailDisplayHeaders, .mailDisplayAttachments * {
font-size: 12pt !important;
}
.mailDisplayHeaders {
border-bottom: 0.1em solid #d7d7d7;
padding-top: 4px;

View File

@ -751,6 +751,12 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
border-right: none !important;
border-left: none !important;
}
/* set font size for printing of text mail body and all headers, attachments */
.td_display pre,
.mailDisplayHeaders,
.mailDisplayAttachments * {
font-size: 12pt !important;
}
.mailDisplayHeaders {
border-bottom: 0.1em solid #d7d7d7;
padding-top: 4px;