See ChangeLog

Monotone-Parent: 4753dc596b8d9070a66d1d6b4dbe88e746c19a81
Monotone-Revision: 398e2de6f331504256a7ec906263ca190e2008af

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2008-10-02T15:00:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2008-10-02 15:00:13 +00:00
parent 486a2ee846
commit ffbbc25ded
158 changed files with 296 additions and 103 deletions

View File

@@ -501,7 +501,15 @@ TD.attachment_uplabel
/* attachment link viewer */
DIV.linked_attachment_frame
{ border: 0px; }
{
border: 0px;
display: inline;
float: left;
margin: 0px;
margin-top: 10px;
padding: 5px;
/*background: #F0F0F0;*/
}
DIV.linked_attachment_body
{ border: 0px; }
@@ -587,19 +595,25 @@ TABLE#messageList TD.tbtv_subject_headercell,
TABLE#messageList TD.mailer_unreadmailsubject,
TABLE#messageList TD.mailer_readmailsubject
{ /*width: 40%;*/
min-width: 40%; }
min-width: 35%; }
TD#fromHeader,
TABLE#messageList TD.tbtv_from_headercell,
TABLE#messageList TD.messageAddressColumn
{ /*width: 35%;*/
min-width: 35%;
min-width: 30%;
overflow: hidden; }
TD#dateHeader,
TABLE#messageList TD.tbtv_date_headercell
{ /*width: 25%;*/
overflow: hidden; }
TD#priorityHeader,
TABLE#messageList TD.tbtv_priority_headercell
{ /*width: 25%;*/
width: 10%;
overflow: hidden; }
TABLE#messageList TR._selected TD
{