From ddf2b7d094643376d45b07c18dfe8efdaffc906a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 7 Mar 2017 14:37:40 +0100 Subject: [PATCH] * Mail: Better style for showing emails in print mode, thanks to Michael Scholl --- mail/templates/default/app.css | 12 ++++++++++++ mail/templates/mobile/app.css | 12 ++++++++++++ mail/templates/pixelegg/app.css | 12 ++++++++++++ 3 files changed, 36 insertions(+) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index d263ba762f..24ceff56ff 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -802,6 +802,18 @@ blockquote blockquote blockquote blockquote blockquote blockquote{ position: static; min-width: 860px; } + .mail_extraEmails > a { + display: inline-block; + } + div.mail_extraEmails + img.et2_button.et2_button_icon.ui-button.et2_clickable { + display: none !important; + } + .et2_email:after { + content: " | "; + } + .et2_email:last-child:after { + content: ""; + } } /* MOBILE and tablets (Portrait & Landscape) View --------------*/ diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 8e688aad22..8948ca0f94 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -810,6 +810,18 @@ blockquote blockquote blockquote blockquote blockquote blockquote { position: static; min-width: 860px; } + .mail_extraEmails > a { + display: inline-block; + } + div.mail_extraEmails + img.et2_button.et2_button_icon.ui-button.et2_clickable { + display: none; + } + .et2_email:after { + content: " | "; + } + .et2_email:last-child:after { + content: ""; + } } /* MOBILE and tablets (Portrait & Landscape) View --------------*/ /* tablets and smartphones (portrait) ----------- */ diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 9a29bd012c..875c23d4aa 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -798,6 +798,18 @@ blockquote blockquote blockquote blockquote blockquote blockquote { position: static; min-width: 860px; } + .mail_extraEmails > a { + display: inline-block; + } + div.mail_extraEmails + img.et2_button.et2_button_icon.ui-button.et2_clickable { + display: none; + } + .et2_email:after { + content: " | "; + } + .et2_email:last-child:after { + content: ""; + } } /* MOBILE and tablets (Portrait & Landscape) View --------------*/ /* tablets and smartphones (portrait) ----------- */