Fix mail Print does not show attachment list

This commit is contained in:
Hadi Nategh 2014-04-17 13:31:18 +00:00
parent 0b9bffc40c
commit 898fc3c9fc

View File

@ -688,10 +688,11 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
overflow: visible; overflow: visible;
position: static; position: static;
} }
.mailDisplayAttachments, #mail-display_mail_displayattachments { .mailDisplayAttachments{
display: none;
border: none; border: none;
position: inherit; position: inherit;
} }
.et2_button {
display: none;
}
} }