mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 14:05:26 +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:
@@ -378,6 +378,7 @@ SPAN.toolbarButton:active
|
||||
padding-bottom: .2em;
|
||||
margin: 0px;
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.menu LI:hover
|
||||
@@ -394,3 +395,27 @@ SPAN.toolbarButton:active
|
||||
border-top: 1px solid #aaa;
|
||||
border-bottom: 1px solid #fff;
|
||||
}
|
||||
|
||||
.menu LI.submenu
|
||||
{
|
||||
padding-right: .5em;
|
||||
background-image: url('submenu.gif');
|
||||
background-position: 98% 50%;
|
||||
background-repeat: no-repeat; }
|
||||
|
||||
.menu LI.submenu:hover
|
||||
{
|
||||
background-image: url('submenu-active.gif');
|
||||
}
|
||||
|
||||
DIV.log#logArea
|
||||
{
|
||||
z-index: 1000;
|
||||
font-family: monospace;
|
||||
position: absolute;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user