Rewrite board drag and drop with jquery (touch devices, IE, auto-update)

This commit is contained in:
Frédéric Guillot
2014-05-17 17:35:39 -04:00
parent 09da5720e8
commit 5e4b40665f
18 changed files with 375 additions and 379 deletions

View File

@@ -29,7 +29,7 @@ body {
/* links */
a {
color: #3366CC;
border: 1px solid rgba(255, 255, 255, 0);
border: none;
}
a:focus {
@@ -123,10 +123,6 @@ label {
margin-top: 10px;
}
input[type="checkbox"] {
border: 1px solid #ccc;
}
input[type="number"],
input[type="date"],
input[type="email"],
@@ -574,17 +570,15 @@ td div.over {
}
.draggable-item {
margin-right: 5px;
margin-bottom: 10px;
}
[draggable] {
cursor: pointer;
user-select: none;
}
[draggable=true]:hover {
box-shadow: 0 0 3px #333;
.draggable-placeholder {
border: 2px dashed #000;
background: #fafafa;
height: 70px;
margin-bottom: 10px;
}
tr td.task a,
@@ -607,6 +601,8 @@ div.task-title a {
div.task {
position: relative;
margin-right: 5px;
margin-bottom: 10px;
}
.task-score {