Mail: give more horizontal space for to/cc email address labels

This commit is contained in:
nathan 2022-12-14 08:44:11 -07:00
parent fccf18e832
commit 17ab16dfe4

View File

@ -809,26 +809,36 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
html { html {
height: auto !important; height: auto !important;
} }
html *, .td_display { html *, .td_display {
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 */ /* 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: 10pt !important; font-size: 10pt !important;
font-family: arial; font-family: arial;
} }
#mail-display_mail_displaysubject { #mail-display_mail_displaysubject {
font-weight: bold; font-weight: bold;
} }
.mailDisplayHeaders { .mailDisplayHeaders {
border-bottom: 0.1em solid #d7d7d7; border-bottom: 0.1em solid #d7d7d7;
padding-top: 4px; padding-top: 4px;
padding-bottom: 4px; padding-bottom: 4px;
} }
.firstColumnTitle {
min-width: 7.5ex;
}
#mail-display_mailDisplayBodySrc { #mail-display_mailDisplayBodySrc {
display: none; display: none;
} }
.tmpPrintDiv { .tmpPrintDiv {
margin-top: 10px; margin-top: 10px;
margin-bottom: 30px; margin-bottom: 30px;
@ -836,10 +846,12 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
overflow: visible; overflow: visible;
height: auto; height: auto;
} }
.tmpPrintDiv td, textarea { .tmpPrintDiv td, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;
} }
.tmpPrintDiv .td_display { .tmpPrintDiv .td_display {
font-family: Verdana, Arial, Helvetica, sans-serif; font-family: Verdana, Arial, Helvetica, sans-serif;