mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 23:09:29 +00:00
Live loading in the Webmail module! See ChangeLog.
Monotone-Parent: c81c7151deb5466ad48ca5eb97d70f3b1172934c Monotone-Revision: 4c3c63649f1424cf932228d812cb2a38ae67b434 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-05-27T14:41:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -409,7 +409,7 @@ td img.tbtv_sortcell
|
||||
height: 12px; }
|
||||
|
||||
TD.subjectCell,
|
||||
td.tbtv_subject_headercell
|
||||
TD.tbtv_subject_headercell
|
||||
{ overflow: hidden; }
|
||||
|
||||
/* drag handles */
|
||||
@@ -530,9 +530,10 @@ DIV.dTreeNode SPAN._dragOver
|
||||
INPUT.checkBox
|
||||
{ vertical-align: middle; }
|
||||
|
||||
/* tablekit resizable columns */
|
||||
/* resizable columns */
|
||||
|
||||
TABLE TD.resize-handle-active
|
||||
TABLE TD.resize-handle-active,
|
||||
TABLE TH.resize-handle-active
|
||||
{ cursor: e-resize; }
|
||||
|
||||
DIV.resize-handle
|
||||
@@ -541,8 +542,7 @@ DIV.resize-handle
|
||||
border-right: 1px solid #fff;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
max-height: 2em; } /* will be set in JavaScript when setting drag handles */
|
||||
left: 0px; }
|
||||
|
||||
@media print
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user