#30 Add support for moving files

This commit is contained in:
Pierre-Olivier Latour
2014-04-02 10:05:38 -07:00
parent 877813ed0f
commit e4702059c8
3 changed files with 72 additions and 3 deletions
@@ -42,6 +42,11 @@
text-align: right;
}
.column-move {
width: 40px;
text-align: center;
}
.column-delete {
width: 40px;
text-align: center;
@@ -65,7 +70,12 @@
}
#create-input {
width: 250px;
width: 50%;
height: 20px;
}
#move-input {
width: 80%;
height: 20px;
}