diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 4ae78de18a..caa1fc99c1 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -483,20 +483,21 @@ div.mail-compose_fileselector { margin-bottom: 1em; font-size: 1.2em; } -.previewWrapper .et2_details.attachments { - margin-top: 0.4em; +et2-details.details::part(summary) { + padding-left: 1em; } -.previewWrapper .et2_details { - flex-direction: row; - text-align: start !important; + +et2-details.attachments::part(header) { + padding-left: 0px; } -.previewWrapper .et2_details .et2_details_title { - margin: 0; - margin-left: 0.5em; +.mailDisplay et2-details::part(base), +.previewWrapper et2-details::part(base){ + border: none; } -.previewWrapper .et2_details .et2_details_toggle { - margin: 0; +et2-details.attachments::part(content) { + padding-left: 0px; } + #mail-index_mailPreview .et2_email > span { display: inline; } diff --git a/mail/templates/default/display.xet b/mail/templates/default/display.xet index ed7786bebb..4240cc6ff0 100644 --- a/mail/templates/default/display.xet +++ b/mail/templates/default/display.xet @@ -22,75 +22,29 @@ - + - - - - - - - - - - + - - - - - - - - - - + - - - - - - - - - - + - - - - - - - - - - + - - - - - - - - - - + - diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index 40bc2a56e5..bfd7e775f8 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -38,46 +38,19 @@ - + - - - - - - - - - - + - - - - - - - - - - + - - - - - - - - - - + diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 321df5a989..2518f17f37 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -484,19 +484,18 @@ div.mail-compose_fileselector { margin-bottom: 1em; font-size: 1.2em; } -.previewWrapper .et2_details.attachments { - margin-top: 0.4em; +et2-details.details::part(summary) { + padding-left: 1em; } -.previewWrapper .et2_details { - flex-direction: row; - text-align: start !important; +et2-details.attachments::part(header) { + padding-left: 0px; } -.previewWrapper .et2_details .et2_details_title { - margin: 0; - margin-left: 0.5em; +.mailDisplay et2-details::part(base), +.previewWrapper et2-details::part(base) { + border: none; } -.previewWrapper .et2_details .et2_details_toggle { - margin: 0; +et2-details.attachments::part(content) { + padding-left: 0px; } #mail-index_mailPreview .et2_email > span { display: inline;