mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 05:06:24 +00:00
Monotone-Parent: ee0810b737d9d978b856ca04e9102d7985d6bf82
Monotone-Revision: 4da10cc5d7b04371c2d5f407c3a25e5ae2bce8df Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-24T15:27:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -199,12 +199,6 @@ TABLE#contactsList
|
||||
-khtml-user-select: none;
|
||||
width: 100%; }
|
||||
|
||||
TABLE#contactsList TBODY TD.displayName
|
||||
{ background-repeat: no-repeat;
|
||||
background-image: url('abcard.png');
|
||||
background-position: 4px 1px;
|
||||
padding-left: 24px; }
|
||||
|
||||
TABLE#contactsList TD,
|
||||
TABLE#contactsList TH
|
||||
{ overflow: hidden;
|
||||
@@ -215,18 +209,26 @@ TABLE#contactsList TH
|
||||
TABLE#contactsList TH
|
||||
{ white-space: pre; }
|
||||
|
||||
TABLE#contactsList TD IMG
|
||||
{
|
||||
vertical-align: middle;
|
||||
margin-left: 1em;
|
||||
margin-right: .2em;
|
||||
}
|
||||
|
||||
TABLE#contactsList TR._deleted TD
|
||||
{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
TABLE#contactsList TD.displayName
|
||||
{ background-repeat: no-repeat;
|
||||
background-position: 4px 1px;
|
||||
padding-left: 24px; }
|
||||
|
||||
TABLE#contactsList TR.vcard TD.displayName
|
||||
{
|
||||
background-image: url('abcard.png');
|
||||
}
|
||||
|
||||
TABLE#contactsList TR.vlist TD.displayName
|
||||
{
|
||||
background-image: url('ablist.png');
|
||||
}
|
||||
|
||||
DIV#contactView
|
||||
{
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user