Monotone-Parent: c65c1f248f723caa00cbfd6ab993966ae8fcbf53

Monotone-Revision: d8f3cd0b98434d1857daf868d646d7b53bf0aa22

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-27T20:04:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-27 20:04:45 +00:00
parent e199063495
commit 48016356af
5 changed files with 36 additions and 234 deletions
+31 -33
View File
@@ -174,7 +174,7 @@ DIV#folderTreeContent
padding-left: 6px;
}
table.titletable
TABLE.titletable
{
height: 24px;
vertical-align: middle;
@@ -182,7 +182,7 @@ table.titletable
padding-left: 6px;
}
table.titletable td.titlecell SELECT
TABLE.titletable td.titlecell SELECT
{
display: -moz-popup;
border-top: 1px solid #fff;
@@ -268,7 +268,7 @@ IMG.mailerReadIcon
*/
}
div.mailer_readicon
DIV.mailer_readicon
{
/* TODO: use Thunderbird icon */
background-image: url(icon_read.gif);
@@ -276,7 +276,7 @@ div.mailer_readicon
background-position: 0px 4px;
}
div.mailer_readicon a
DIV.mailer_readicon a
{
width: 17px;
height: 17px;
@@ -284,7 +284,7 @@ div.mailer_readicon a
display: block;
}
div.mailerUnreadIcon
DIV.mailerUnreadIcon
{
/* TODO: use Thunderbird icon */
background-image: url(icon_unread.gif);
@@ -292,7 +292,7 @@ div.mailerUnreadIcon
background-position: 0px 4px;
}
div.mailer_unreadicon a
DIV.mailer_unreadicon a
{
width: 17px;
height: 17px;
@@ -302,36 +302,30 @@ div.mailer_unreadicon a
/* fields (key/value UI), eg used in mail viewer */
table.mailer_fieldtable
TABLE.mailer_fieldtable
{
top: 0px;
left: 0px;
padding-top: .5em;
overflow-y: auto;
overflow-x: hidden;
height: 6.5em;
height: 7.5em;
border-bottom: 1px solid #808080;
background: #d4d0c8;
}
div.mailer_mailcontent
DIV.mailer_mailcontent
{
background-color: #fff;
position: absolute;
padding: .5em;
margin-top: .5em;
top: 10em;
top: 7.5em;
overflow: auto;
left: 0px;
right: 0px;
bottom: 0px;
}
DIV#messageContent div.mailer_mailcontent
{
top: 6em;
}
td.mailer_fieldname
{
white-space: nowrap;
@@ -419,24 +413,13 @@ td.attachment_uplabel
/* attachment link viewer */
div.linked_attachment_frame
{
background-color: #dcdad5;
padding: 4px;
}
DIV.linked_attachment_frame
{ border: 0px; }
div.linked_attachment_body
{
padding: 4px;
border-width: 1px;
border-style: solid;
border-top-color: white;
border-left-color: white;
border-bottom-color: #808080;
border-right-color: #808080;
}
DIV.linked_attachment_body
{ border: 0px; }
div.linked_attachment_meta
DIV.linked_attachment_meta
{
color: #444444;
font-style: italic;
@@ -444,12 +427,27 @@ div.linked_attachment_meta
padding: 2px;
}
table.linked_attachment_meta
TABLE.linked_attachment_meta
{
color: #444444;
font-style: italic;
}
DIV.bodyFields
{
background: #efefef;
font-family: serif;
margin: 0.5em;
}
DIV.bodyFields SPAN.fieldName
{ font-weight: bold; }
DIV.bodyAdditionalFields
{
background: #d4d0c8;
}
DIV[datatype~="additional"] > A.node > SPAN.nodeName
{ color: #777;
font-style: italic; }