mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
set font size for printing of text mail body and all headers, attachments
This commit is contained in:
parent
aff689e054
commit
5281afe124
@ -755,6 +755,10 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
border-left: 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 {
|
.mailDisplayHeaders {
|
||||||
border-bottom: 0.1em solid #d7d7d7;
|
border-bottom: 0.1em solid #d7d7d7;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
@ -751,6 +751,12 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
border-right: none !important;
|
border-right: none !important;
|
||||||
border-left: 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 {
|
.mailDisplayHeaders {
|
||||||
border-bottom: 0.1em solid #d7d7d7;
|
border-bottom: 0.1em solid #d7d7d7;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
|
Loading…
Reference in New Issue
Block a user