Fix font size for print mail body

This commit is contained in:
Hadi Nategh 2015-08-06 07:32:24 +00:00
parent cedc038f0c
commit c3136791b5
2 changed files with 21 additions and 0 deletions

View File

@ -774,6 +774,16 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
overflow: visible; overflow: visible;
height: auto; 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 { pre {
width:99% !important; width:99% !important;
} }

View File

@ -773,6 +773,17 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
overflow: visible; overflow: visible;
height: auto; 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 { pre {
width: 99% !important; width: 99% !important;
} }