Monotone-Parent: 5cbb667edb91ebb091b9b4498dcc5745ca8afa1d

Monotone-Revision: 41d1207879302957d2bb9e04793e78a7966863a0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-06-13T22:06:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-06-13 22:06:01 +00:00
parent 49ce46f3ea
commit 2cc3f8684d
4 changed files with 86 additions and 92 deletions

View File

@@ -49,7 +49,7 @@ DIV#mailboxContent
{ background-color: #fff;
position: absolute;
width: 100%;
height: 18em;
height: 15.5em;
left: 0px;
top: 2.5em;
right: 0px; }
@@ -251,12 +251,12 @@ td.mailer_unreadmailsubject a
text-decoration: none;
}
td.mailer_listcell_deleted
tr.mailer_listcell_deleted td
{
text-decoration: line-through;
}
td.mailer_listcell_regular a
tr.mailer_listcell_regular td a
{
color: black;
text-decoration: none;
@@ -477,34 +477,37 @@ TABLE#messageList
width: 100%;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
top: 3.25em;
bottom: 1px;
overflow: auto;
overflow-x: hidden;
}
overflow-x: hidden; }
TABLE#messageList TBODY
{
TABLE#messageList THEAD
{ position: fixed;
margin-top: 1px;
top: 7.5em;
right: 0px;
left: 0px;
bottom: 3em;
width: 100%;
background: #fff;
color: #000;
}
left: 15.5em;
height: 2em; }
TABLE#messageList TD
{
height: 1.2em;
}
{ height: 1.2em; }
TABLE#messageList TD.tbtv_subject_headercell
TABLE#messageList TD.messageFlagColumn
{ width: 1em;
text-align: center; }
TABLE#messageList TD.tbtv_subject_headercell,
TABLE#messageList td.mailer_unreadmailsubject,
TABLE#messageList td.mailer_readmailsubject
{ width: 40%; }
TABLE#messageList TD.tbtv_from_headercell
TABLE#messageList TD.tbtv_from_headercell,
TABLE#messageList TD.messageAddressColumn
{ width: 35%; }
TABLE#messageList TD.tbtv_date_headercell
TABLE#messageList TD.tbtv_date_headercell,
TABLE#messageList TD.messageDateColumn
{ width: 25%; }
TABLE#messageList TR._selected TD
@@ -536,8 +539,3 @@ DIV#rightDragHandle
right: 0px;
height: 5px;
}
TD.messageFlagColumn
{
width: 1em !important;
}