mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 285b909701dbd3013603eaa63851c1a2b4fa6901
Monotone-Revision: ebdba14e00078fc123d1067b7c5c40c6baeb21ee Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-19T21:12:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user