forked from extern/egroupware
* Fix mail printing style
This commit is contained in:
parent
c4d50b5d49
commit
586a5b0607
@ -757,7 +757,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
}
|
}
|
||||||
/* set font size for printing of text mail body and all headers, attachments */
|
/* set font size for printing of text mail body and all headers, attachments */
|
||||||
.td_display pre, .mailDisplayHeaders, .mailDisplayAttachments * {
|
.td_display pre, .mailDisplayHeaders, .mailDisplayAttachments * {
|
||||||
font-size: 12pt !important;
|
font-size: 10pt !important;
|
||||||
|
font-family: arial;
|
||||||
|
}
|
||||||
|
#mail-display_mail_displaysubject {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.mailDisplayHeaders {
|
.mailDisplayHeaders {
|
||||||
border-bottom: 0.1em solid #d7d7d7;
|
border-bottom: 0.1em solid #d7d7d7;
|
||||||
@ -776,16 +780,16 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
}
|
}
|
||||||
.tmpPrintDiv td, textarea {
|
.tmpPrintDiv td, textarea {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
|
||||||
}
|
}
|
||||||
.tmpPrintDiv .td_display {
|
.tmpPrintDiv .td_display {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 140%;
|
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.tmpPrintDiv .td_display span[style] {
|
.tmpPrintDiv .td_display span[style] {
|
||||||
font-size: 110% !important;
|
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
width:99% !important;
|
width:99% !important;
|
||||||
|
@ -758,7 +758,11 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
.td_display pre,
|
.td_display pre,
|
||||||
.mailDisplayHeaders,
|
.mailDisplayHeaders,
|
||||||
.mailDisplayAttachments * {
|
.mailDisplayAttachments * {
|
||||||
font-size: 12pt !important;
|
font-size: 10pt !important;
|
||||||
|
font-family: arial;
|
||||||
|
}
|
||||||
|
#mail-display_mail_displaysubject {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.mailDisplayHeaders {
|
.mailDisplayHeaders {
|
||||||
border-bottom: 0.1em solid #d7d7d7;
|
border-bottom: 0.1em solid #d7d7d7;
|
||||||
@ -778,17 +782,12 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
.tmpPrintDiv td,
|
.tmpPrintDiv td,
|
||||||
textarea {
|
textarea {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 11px;
|
|
||||||
}
|
}
|
||||||
.tmpPrintDiv .td_display {
|
.tmpPrintDiv .td_display {
|
||||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 140%;
|
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
.tmpPrintDiv .td_display span[style] {
|
|
||||||
font-size: 110% !important;
|
|
||||||
}
|
|
||||||
pre {
|
pre {
|
||||||
width: 99% !important;
|
width: 99% !important;
|
||||||
}
|
}
|
||||||
@ -1318,7 +1317,6 @@ body {
|
|||||||
* ##################################################################################
|
* ##################################################################################
|
||||||
*/
|
*/
|
||||||
#mail-display {
|
#mail-display {
|
||||||
width: 870px;
|
|
||||||
min-height: 768px;
|
min-height: 768px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
/*.mailDisplayHeaderSection{*/
|
/*.mailDisplayHeaderSection{*/
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
@import (reference) "../../../pixelegg/less/layout_definitions.less";
|
@import (reference) "../../../pixelegg/less/layout_definitions.less";
|
||||||
@import (reference) "../../../pixelegg/less/definitions.less";
|
@import (reference) "../../../pixelegg/less/definitions.less";
|
||||||
|
@import (reference) "../../../pixelegg/less/def_mobile.less";
|
||||||
@import (less) "../default/app.css";
|
@import (less) "../default/app.css";
|
||||||
|
|
||||||
#popupMainDiv{
|
#popupMainDiv{
|
||||||
@ -501,7 +502,7 @@ div.mailUploadSection {
|
|||||||
|
|
||||||
#mail-display{
|
#mail-display{
|
||||||
// gesamtbreite
|
// gesamtbreite
|
||||||
width: 870px;
|
|
||||||
min-height: 768px;
|
min-height: 768px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user