Monotone-Parent: c26c84a032f3392b6f9fb5b0d6859aa442b135af

Monotone-Revision: a6ecefe4b27e937f5ee59f849e169707d59e26e1

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-06-08T14:17:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2010-06-08 14:17:25 +00:00
parent 08915dcf6b
commit 78feefcdc9
2 changed files with 8 additions and 17 deletions

View File

@@ -236,8 +236,8 @@ TABLE.messageList
TABLE.messageList TH,
TABLE.messageList TD
{ height: 22px;
min-height: 22px;
{ height: 20px;
min-height: 20px;
text-overflow: ellipsis;
overflow: hidden;
padding: 0px 3px;
@@ -245,10 +245,13 @@ TABLE.messageList TD
margin: 0;
white-space: nowrap; }
TABLE.messageList TH,
TR#messageCountHeader TH
{ border-top: 0px;
height: 20px;
min-height: 20px; }
{ height: 22px;
min-height: 22px; }
TR#messageCountHeader TH
{ border-top: 0px; }
TABLE.messageList TD
{ border-right: 1px solid transparent; }

View File

@@ -17,13 +17,6 @@ DIV.javascriptMessagePseudoWindow,
DIV.javascriptMessagePseudoTopWindow
{ filter: alpha(opacity=100); }
TD.headerCell,
TD.tbtv_headercell,
TD.tbtv_navcell
{ border: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666; }
DIV#windowButtons
{ height: 3em; }
@@ -51,11 +44,6 @@ IMG.dragMessage
TD.mailer_fieldname
{ width: 8em; }
TABLE.messageList TH,
TABLE.messageList TD
{ height: 20px;
min-height: 20px; }
TABLE.messageList TD
{ white-space: pre; }