Style mail printing of email contents with hierarchy

This commit is contained in:
Hadi Nategh 2014-09-09 15:40:29 +00:00
parent bc54916269
commit 29a8abb13f
2 changed files with 6 additions and 0 deletions

View File

@ -730,6 +730,9 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
.et2_button { .et2_button {
display: none; display: none;
} }
blockquote {
margin:0;
}
.mailCompose_copyEmail { .mailCompose_copyEmail {
} }
} }

View File

@ -725,6 +725,9 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
.et2_button { .et2_button {
display: none; display: none;
} }
blockquote {
margin: 0;
}
} }
#popupMainDiv { #popupMainDiv {
padding: 5px; padding: 5px;