Fixing DnD, removing LESS, cleaning code

- Updating DnD to use Sortable instead of draggable/dropppable
(updating deps as well).
- much simpler logic for DnD
- Remove LESS for now since it's a bit yet overkill
- fix moveFrame function
This commit is contained in:
Vince
2013-06-13 00:04:39 +02:00
parent 5de77dc6fb
commit 5b0a8f157d
12 changed files with 2292 additions and 3181 deletions

View File

@@ -36,8 +36,6 @@ body {
height: 46px;
width: 46px;
background-repeat: no-repeat;
/*background-size: 34px;
background-position: 6px;*/
background-size: 28px;
background-position: 9px;
background-color: rgba(200,200,200, .1);