mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
* Mail: Better style for showing emails in print mode, thanks to Michael Scholl
This commit is contained in:
parent
19f3f68dec
commit
ddf2b7d094
@ -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 --------------*/
|
||||
|
@ -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) ----------- */
|
||||
|
@ -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) ----------- */
|
||||
|
Loading…
Reference in New Issue
Block a user