mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user