Monotone-Parent: 6ccb6773965f5121f3fcab8b74553e1174be3c97

Monotone-Revision: fb9baac9e21894db219d1f728af4133c74e1a827

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-02-15T21:00:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-02-15 21:00:13 +00:00
parent 1b332d091c
commit e4dcc55188

View File

@@ -72,6 +72,13 @@ DIV#messageContent
background: #fff;
}
DIV#messageContent P IMG
{
border: 0px;
vertical-align: middle;
margin-right: 1em;
}
DIV#folderTreeContent
{
position: absolute;
@@ -84,18 +91,6 @@ DIV#folderTreeContent
border: 1px solid #fff;
}
DIV#messageContent P
{
line-height: 3em;
}
DIV#messageContent P IMG
{
border: 0px;
vertical-align: middle;
margin-right: 1em;
}
.aptview_title
{
color: #000000;
@@ -378,6 +373,23 @@ DIV.mailer_plaincontent
padding: 0px;
}
DIV.mailer_plaincontent P
{
line-height: 3em;
height: auto;
margin: 0px;
padding: 0px;
}
DIV.mailer_htmlcontent P
{
white-space: normal;
font-family: serif;
font-size: inherit;
margin: 0px;
padding: 0px;
}
/* attachment editor */
form#attachment_form