diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index bf4afd59c2..e72bcca44b 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -455,6 +455,19 @@ div.mail-compose_fileselector { margin-left: 1em; } .previewWrapper {height: 100%} + +.previewWrapper .et2_details.et2_details_expanded .et2_details_wrapper { + display: block; + position: absolute; + top: 4em; + box-shadow: 1px 1px 2px 1px silver; + width: calc(100% - 6em); + padding: 1em; + background: white; + max-height: 12em; + overflow-y: auto; +} + #mail-index_mailPreview .th {display: none} #mail-index_mailPreview > div, #mail-index_mailPreview > * { @@ -659,6 +672,7 @@ div.mailDisplayHeaders div.mail_extraEmails.visible { .mailPreviewHeaders { font-size: 0.875rem; + position: relative; } .mailPreviewHeaders :first-child, .mailDisplayHeaders :first-child { @@ -1017,3 +1031,8 @@ div#mail-index_nm.splitter-pane {min-height: 100px;} padding: 0px; } #mail-index_nm tbody tr et2-lavatar {max-width: 3.7em; min-width:3.7em !important;} + +.previewWrapper .firstColumnTitle { + width: 3em; + text-align: end; +} \ No newline at end of file diff --git a/mail/templates/default/display.xet b/mail/templates/default/display.xet index bc64f3ba86..e42a7fc0c2 100644 --- a/mail/templates/default/display.xet +++ b/mail/templates/default/display.xet @@ -24,7 +24,7 @@
- + @@ -37,7 +37,7 @@ - + @@ -50,7 +50,7 @@ - + @@ -63,7 +63,7 @@ - + @@ -76,7 +76,7 @@ - + diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index 0177eb40fb..e2fa5914e0 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -42,7 +42,7 @@
- + @@ -55,7 +55,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -103,10 +103,10 @@ - - - - + + + + diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index c9d32cdff3..a8510022ed 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -454,6 +454,17 @@ div.mail-compose_fileselector { .previewWrapper { height: 100%; } +.previewWrapper .et2_details.et2_details_expanded .et2_details_wrapper { + display: block; + position: absolute; + top: 4em; + box-shadow: 1px 1px 2px 1px silver; + width: calc(100% - 6em); + padding: 1em; + background: white; + max-height: 12em; + overflow-y: auto; +} #mail-index_mailPreview .th { display: none; } @@ -653,6 +664,7 @@ div.mailDisplayHeaders div.mail_extraEmails.visible { } .mailPreviewHeaders { font-size: 0.875rem; + position: relative; } .mailPreviewHeaders :first-child, .mailDisplayHeaders :first-child { @@ -987,6 +999,10 @@ div#mail-index_nm.splitter-pane { max-width: 3.7em; min-width: 3.7em !important; } +.previewWrapper .firstColumnTitle { + width: 3em; + text-align: end; +} #popupMainDiv { height: 99%; padding: 5px;