add the file manager in the main page

This commit is contained in:
yflory
2016-12-12 18:03:06 +01:00
parent b7f2ef97c7
commit 2b077a8e95
3 changed files with 35 additions and 14 deletions

View File

@@ -272,9 +272,15 @@ li {
#content .list .element span.name {
width: 478px;
}
.iframe #content .list .element span.name {
width: 278px;
}
#content .list .header span.name {
width: 500px;
}
.iframe #content .list .header span.name {
width: 300px;
}
#content .list .element span.type, #content .list .element span.atime, #content .list .element span.ctime {
width: 175px;
}