mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
- added code to handle cascading menus, drag handles (DIV separators) and a debugging log window;
Monotone-Parent: 71f5497685935ad02acaf78a809e3fbb32e91905 Monotone-Revision: 4b71e3eef15cd1ab9ca89e11d3ac734a8d821243 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-07-13T19:13:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -544,3 +544,22 @@ SPAN.searchBox INPUT
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 2px;
|
||||
}
|
||||
|
||||
|
||||
/* drag handles */
|
||||
DIV#dragHandle
|
||||
{
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
top: 5.5em;
|
||||
left: 14.6em;
|
||||
width: .4em;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
DIV#dragHandle:active
|
||||
{
|
||||
cursor: e-resize;
|
||||
background: #dbdad5;
|
||||
-moz-opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user