Add delay of 1.5s for draggable items on touch devices

This commit is contained in:
Frederic Guillot
2015-08-29 11:57:09 -04:00
parent f4c3ca9991
commit 720d1bc3bd
14 changed files with 80 additions and 35 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -143,3 +143,7 @@ a.board-swimlane-toggle {
height: 70px;
margin-bottom: 10px;
}
div.draggable-item-selected {
border: 1px solid #000;
}

View File

@@ -62,3 +62,7 @@ form.search {
div.search {
margin-bottom: 20px;
}
.filter-dropdowns {
display: inline-block;
}

View File

@@ -1,4 +1,14 @@
/* responsive design */
@media only screen and (max-width: 1080px) {
div.filter-dropdowns .filters {
margin-left: 0;
}
div.filter-dropdowns {
display: block;
margin-top: 5px;
}
}
@media only screen and (max-width: 1024px) {
li.hide-tablet,

View File

@@ -305,4 +305,3 @@ span.task-board-date-overdue {
.flag-milestone {
color: green;
}