mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Style mail printing of email contents with hierarchy
This commit is contained in:
parent
bc54916269
commit
29a8abb13f
@ -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 {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user