From 9e617661eaf565272bc8d02650b369d6a2dd9b43 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 19 Sep 2006 21:12:13 +0000 Subject: [PATCH] Monotone-Parent: 285b909701dbd3013603eaa63851c1a2b4fa6901 Monotone-Revision: ebdba14e00078fc123d1067b7c5c40c6baeb21ee Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T21:12:13 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/MailerUI.css | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index a7b0d3f14..ac7bcd03e 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -58,11 +58,11 @@ DIV#mailboxContent DIV#messageContent { position: absolute; - overflow: auto; + overflow: hidden; font-size: small; - top: 18.1em; + top: 18.5em; bottom: 0px; - width: 100%; + right: 0px; border-top: 1px solid #aaa; border-left: 1px solid #aaa; background: #fff; @@ -311,6 +311,9 @@ div.mailer_unreadicon a table.mailer_fieldtable { top: 0px; + padding-top: .5em; + overflow: auto; + height: 7em; border-bottom: 1px solid #808080; background: #dbdad5; } @@ -318,8 +321,18 @@ table.mailer_fieldtable div.mailer_mailcontent { background-color: #fff; + position: absolute; padding: .5em; - height: 100%; + top: 10.8em; + overflow: auto; + left: 0px; + right: 0px; + bottom: 0px; +} + +DIV#messageContent div.mailer_mailcontent +{ + top: 7em; } tr.mailer_fieldrow @@ -358,7 +371,7 @@ img.mailer_imagecontent DIV.mailer_plaincontent { font-family: monospace, fixed; - white-space: pre; + white-space: normal; font-size: small; margin: 0px; padding: 0px; @@ -531,10 +544,6 @@ DIV#mailboxDragHandle height: 5px; } -PRE.textMessageViewer -{ -} - TD.messageFlagColumn { width: 1em !important;