Monotone-Parent: 6e5e04b64e7ab43a669ba1a00625f1cc6919f00e

Monotone-Revision: 4ae3dfa4bb95a181c6c0fe5ac9a4f64a658b8491

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-02-15T14:20:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-02-15 14:20:30 +00:00
parent 20f23f60bb
commit 2be0197233
3 changed files with 33 additions and 14 deletions

View File

@@ -1360,15 +1360,13 @@ DIV.event DIV.leftDragGrip
DIV.event DIV.rightDragGrip
{ right: 1px; }
DIV.event.dragging
{ border: 1px dashed #555; }
#daysView DIV.event.dragging
{ left: 0px !important;
right: 0px !important; }
DIV.event.dragging > DIV.eventInside
{ -moz-opacity: 1 !important;
border: 1px dashed #555;
opacity: 1 !important;
background-color: transparent !important; }
@@ -1399,16 +1397,17 @@ DIV.event.draggable:hover DIV.rightDragGrip
background-image: url(event-grippy-vertical.png); }
#daysView DIV.eventDragGhost
{ border-left: 1px solid #555;
border-right: 1px solid #555;
left: 0px;
right: 0px;
padding: 1px; }
{ left: 0px; right: 0px; }
#daysView DIV.eventDragGhost.startGhost
#daysView DIV.eventDragGhost > DIV.eventInside
{ padding: 0px;
border-left: 1px solid #555;
border-right: 1px solid #555; }
#daysView DIV.eventDragGhost.startGhost > DIV.eventInside
{ border-top: 1px solid #555; }
#daysView DIV.eventDragGhost.endGhost
#daysView DIV.eventDragGhost.endGhost > DIV.eventInside
{ border-bottom: 1px solid #555; }
#monthDaysView DIV.eventDragGhost,
@@ -1435,7 +1434,8 @@ DIV.event.draggable:hover DIV.rightDragGrip
#calendarHeader DIV.eventDragGhost.endGhost
{ border-right: 1px solid #555; }
DIV.eventDragGhost > DIV
#ghostStartHour,
#ghostEndHour
{ position: absolute;
width: 100%;
vertical-align: baseline;