Ability to see, move and delete unsorted files

This commit is contained in:
yflory
2016-11-10 18:33:44 +01:00
parent 43d93938c3
commit 851d3df656
2 changed files with 369 additions and 186 deletions

View File

@@ -85,6 +85,10 @@ li {
margin-top: 2em;
}
#tree #unsortedTree {
margin-top: 2em;
}
#tree .fa.expcol {
margin-left: -10px;
font-size: 14px;
@@ -246,6 +250,8 @@ li {
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
padding-right: 0px;
border-right: 10px solid rgba(0, 0, 0, 0);
}
#content .list .element span.name {
flex: 1;
@@ -255,8 +261,6 @@ li {
}
#content .list .element span.title {
width: 250px;
padding-right: 0px;
border-right: 10px solid rgba(0, 0, 0, 0);
}
#content .list .element span.folders {
width: 150px;