* Mail: Better style for showing emails in print mode, thanks to Michael Scholl

This commit is contained in:
Hadi Nategh 2017-03-07 14:37:40 +01:00
parent 19f3f68dec
commit ddf2b7d094
3 changed files with 36 additions and 0 deletions

View File

@ -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 --------------*/

View File

@ -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) ----------- */

View File

@ -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) ----------- */