Monotone-Parent: f67ec91eb2bf9c5dde6d13d95f3e8172dd91fa0e

Monotone-Revision: 680ce3d58b64771fea711e45a1b2bc3ec5490acb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-11T22:29:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-07-11 22:29:19 +00:00
parent 5cc323dfec
commit 8d92ea1b50
13 changed files with 300 additions and 242 deletions
+36 -8
View File
@@ -151,6 +151,7 @@ td.titlecell
.tableview
{
cursor: default;
font-size: medium;
font-family: Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
vertical-align: top;
@@ -273,6 +274,7 @@ div.mailer_readmailsubject
padding-top: 1px;
padding-left: 20px;
}
div.mailer_unreadmailsubject
{
background-image: url(message-mail.png);
@@ -282,6 +284,7 @@ div.mailer_unreadmailsubject
padding-top: 1px;
font-weight: bold;
}
div.mailer_readmailsubject a
{
color: black;
@@ -297,9 +300,12 @@ td.mailer_listcell_deleted
{
text-decoration: line-through;
}
td.mailer_listcell_regular
{
white-space: nowrap;
}
td.mailer_listcell_regular a
{
color: black;
@@ -312,6 +318,12 @@ tr.tableview td.mailer_listcell_regular
border-bottom: 1px solid #fff;
}
IMG.mailerReadIcon
{
/* TODO
*/
}
div.mailer_readicon
{
/* TODO: use Thunderbird icon */
@@ -319,6 +331,7 @@ div.mailer_readicon
background-repeat: no-repeat;
background-position: 0px 4px;
}
div.mailer_readicon a
{
width: 17px;
@@ -326,13 +339,15 @@ div.mailer_readicon a
margin: 0px auto;
display: block;
}
div.mailer_unreadicon
div.mailerUnreadIcon
{
/* TODO: use Thunderbird icon */
background-image: url(icon_unread.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
}
div.mailer_unreadicon a
{
width: 17px;
@@ -386,15 +401,9 @@ img.mailer_imagecontent
border: 0px;
}
body
{
overflow: hidden;
}
div.pageContent
{
overflow: auto;
height: 100%;
overflow: hidden;
}
div.mailer_mailcontent
@@ -491,3 +500,22 @@ table.linked_attachment_meta
color: #444444;
font-style: italic;
}
TABLE#messageList
{
border: 1px;
border-collapse: collapse;
overflow: scroll;
height: 5em !important;
}
TABLE#messageList TR TD
{
height: 1em; !important;
}
#messageList TR._selected TD
{
background: #4b6983;
color: #fff;
}