Monotone-Parent: a605a01ac319c24f7d200c8006df74163b3a6114

Monotone-Revision: 30024333fa104bcd0ddc578e486dad24227bbd3c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-26T18:43:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-26 18:43:06 +00:00
parent cbd978a6bc
commit b19fde9e54
6 changed files with 127 additions and 114 deletions

View File

@@ -65,6 +65,15 @@ DIV#calendarView A
color: inherit;
}
#verticalDragHandle
{
cursor: e-resize;
top: 6em;
left: 16em;
width: 5px;
bottom: 0px;
}
#leftDragHandle, #rightDragHandle
{
cursor: n-resize;
@@ -74,19 +83,6 @@ DIV#calendarView A
height: 5px;
}
#verticalDragHandle
{
position: absolute;
cursor: e-resize;
top: 5em;
left: 16em;
width: 5px;
bottom: 0px;
z-index: 5;
border-left: 1px solid #aaa;
border-right: 1px solid #999;
}
#filterPanel
{
height: 2em;