mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
Fix font size for print mail body
This commit is contained in:
parent
cedc038f0c
commit
c3136791b5
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user