DnD tasksList

This commit is contained in:
Alexandre Cloutier
2014-07-24 13:35:14 -04:00
parent 5de51e8aa1
commit c389630d76
2 changed files with 100 additions and 38 deletions

View File

@@ -1535,9 +1535,14 @@ DIV#calendarContent .alert-box span {
border:1px solid #8ed9f6;
}
DIV#dragDropVisual
DIV#DnDVisualEvents
{ background-image: url(event7.png); }
DIV#DnDVisualTasks
{ background-image: url(task.png); }
DIV#DnDVisualEvents, DIV#DnDVisualTasks
{
background-image: url(event7.png);
background-repeat: no-repeat;
background-position: 4px 2px;
width: 5px;