visual helper while dragging from calendar view to calendarList

This commit is contained in:
Alexandre Cloutier
2014-07-18 09:23:07 -04:00
parent a2a7014140
commit 8f9b24a23f
3 changed files with 37 additions and 11 deletions

View File

@@ -1297,14 +1297,12 @@ DIV#daysView DIV.event.lasts96
DIV.event > DIV.eventInside
{ position: absolute;
overflow: hidden;
width:100%;
top: 0px;
bottom: 0px;
-webkit-border-radius: 2px;
border-radius: 2px; }
DIV.eventInside {
width:100%;
}
border-radius: 2px;
cursor:move; }
DIV.eventInside SPAN.location
{ font-size: smaller; }
@@ -1442,7 +1440,8 @@ DIV.event.draggable:hover DIV.rightDragGrip
#daysView DIV.eventDragGhost > DIV.eventInside
{ padding: 0px;
border-left: 1px solid #555;
border-right: 1px solid #555; }
border-right: 1px solid #555;
}
#daysView DIV.eventDragGhost.startGhost > DIV.eventInside
{ border-top: 1px solid #555; }
@@ -1547,6 +1546,13 @@ DIV#dragDropVisual
padding-top: 5px;
}
#DnDCalendarList
{
position:absolute;
z-index:1;
left:0;
top:0;
}