mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
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:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user