diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 13507e28e0..e8b85f8143 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -297,3 +297,34 @@ pre { input[type=button] { background-position: left; } + +#messageIFRAME { + width: 100%; + height: 100%; + border: 0; +} + +#mailPreview { + position: relative; + margin-top: 3px; +} +#mailPreviewIcons { + position: absolute; + right: 0; + top: 0; +} +#mailPreviewContainer { + position: absolute; + border: 1px solid silver; + top: 55px; + bottom: 0; + left: 0; + right: 0; +} +div.mailPreviewHeaders > span:first-child { + width: 5em; + display: inline-block; +} +div.mailPreviewHeaders > * { + margin-left: 3px; +} diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index ed108e0a98..ca0eda68b2 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -2,7 +2,7 @@