mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: 85281fd909e8f0d613327a321fb964be7ca872ca
Monotone-Revision: 04792139eaeaa95bfa70e66349320e38518eb8da Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-07T16:31:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -236,8 +236,8 @@ TABLE.messageList
|
||||
|
||||
TABLE.messageList TH,
|
||||
TABLE.messageList TD
|
||||
{ height: 24px;
|
||||
min-height: 20px;
|
||||
{ height: 22px;
|
||||
min-height: 22px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding: 0px 3px;
|
||||
@@ -246,10 +246,12 @@ TABLE.messageList TD
|
||||
white-space: nowrap; }
|
||||
|
||||
TR#messageCountHeader TH
|
||||
{ border-top: 0px; }
|
||||
{ border-top: 0px;
|
||||
height: 20px;
|
||||
min-height: 20px; }
|
||||
|
||||
TABLE.messageList TD
|
||||
{ border-right: 1px solid #fff; }
|
||||
{ border-right: 1px solid transparent; }
|
||||
|
||||
TABLE.messageList .messageFlagColumn
|
||||
{ width: 22px;
|
||||
|
||||
Reference in New Issue
Block a user