Monotone-Parent: 6d6d161ae84abc675aca403d147c51afe68d09e1

Monotone-Revision: 36df3bcfd6c56f483f2676ceb6b6757a6506dbb7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-09-14T18:20:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-09-14 18:20:51 +00:00
parent e5e3eda8a0
commit 3b49a8a8a8
11 changed files with 1010 additions and 63 deletions

View File

@@ -173,12 +173,12 @@ TABLE#contactsList
width: 100%; }
TABLE#contactsList TD
{ white-space: nowrap;
width: 20%; }
{ white-space: wrap;
/*width: 20%;*/ }
TD#nameHeader,
TD#mailHeader
{ width: 30%; }
{ /*width: 30%;*/ }
TABLE#contactsList TD IMG
{
@@ -245,6 +245,18 @@ DIV.contactColumn H4
INPUT#searchValue:focus
{ color: #000; }
TABLE#contactsList TD.resize-handle-active
{ cursor: e-resize; }
DIV.resize-handle
{ cursor: e-resize;
width: 2px;
border-right: 1px solid #fff;
position: absolute;
top: 0;
left: 0;
max-height: 2em; }
/* drag handles */
DIV#dragHandle
{