Monotone-Parent: 46caa33c7bfe3da9c781178b812750be8722aade

Monotone-Revision: d17336178a8dbb967d0669dccde28587760c8454

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-04T15:00:15
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-08-04 15:00:15 +00:00
parent e0b9bc7a19
commit 6d3d0ddcb5
2 changed files with 1 additions and 21 deletions

View File

@ -56,7 +56,7 @@
<div class="titlediv"><var:string label:value="Addressbook" /></div>
</div>
<div id="dragHandle"
<div class="dragHandle" id="dragHandle"
onmousedown="startHandleDragging(event);"
onmousemove=""
ondblclick="dragHandleDoubleClick(event);"

View File

@ -332,37 +332,17 @@ INPUT#searchValue:focus
DIV#dragHandle
{
cursor: e-resize;
position: absolute;
z-index: 1;
top: 7.5em;
left: 14.6em;
width: .4em;
bottom: 0px;
background: #dbdad5;
}
DIV#dragHandle:active
{
-moz-opacity: 0.5;
}
DIV#mailboxDragHandle
{
cursor: n-resize;
position: absolute;
background: #dbdad5;
z-index: 1;
top: 50%;
left: 0px;
right: 0px;
height: .4em;
}
DIV#mailboxDragHandle:active
{
-moz-opacity: 0.5;
}
PRE.textMessageViewer
{
}