Create new files, sort displayed elements

This commit is contained in:
yflory
2016-11-22 18:31:49 +01:00
parent a957b72598
commit 19e4a2d044
3 changed files with 153 additions and 63 deletions

View File

@@ -66,8 +66,10 @@ li {
background: white;
overflow: auto;
resize: horizontal;
width: 30%;
width: 350px;
white-space: nowrap;
max-width: 500px;
min-width: 200px;
}
#tree li {
@@ -192,7 +194,7 @@ li {
flex: 1;
}
#content li * {
#content li:not(.header) * {
pointer-events: none;
}
@@ -257,9 +259,31 @@ li {
border-right: 10px solid rgba(0, 0, 0, 0);
}
#content .list .element span.name {
width: 478px;
}
#content .list .header span.name {
width: 500px;
}
/*#content .list .element span.name {
flex: 1;
}
#content .list .element span.date {
#content .list .file-element span.name {
min-width: 378px;
max-width: 478px;
}
#content .list .file-header span.name {
min-width: 400px;
max-width: 500px;
}
@media screen and (max-width: 1570px) {
#content .list .file-header span.name {
max-width: 400px;
}
#content .list .file-element span.name {
max-width: 378px;
}
}*/
#content .list .element span.type, #content .list .element span.atime, #content .list .element span.ctime {
width: 150px;
}
#content .list .element span.title {