Do not allow closed tasks to move on the board

This commit is contained in:
Frederic Guillot
2015-07-04 12:39:43 -04:00
parent 554500aa49
commit 37c1b79bdd
11 changed files with 86 additions and 91 deletions

View File

@@ -18,12 +18,8 @@
padding: 6px 0;
background-color: #fff;
border: 1px solid #b2b2b2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
border-radius: 3px;
box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.dropdown ul li {