file-browser
Version:
file-browser is a utility to browse files on your file system using your browser. Its equivalent of creating a file share that can be accessed over http
20 lines (10 loc) • 630 B
CSS
body { left:10%;width:80%;position:absolute; top:10%; color: black;}
.mainpanel { height:90%;min-height:400px;}
.linksholder ul { list-style-type: none; }
.linksholder li { font-size: 16px; line-height: 1.5em;}
.linksholder li .fa { margin-right: 5px; }
.linksholder a { color : black;}
.linksholder .fa { color: black;}
.dataTables_filter label { float: right; font-weight:normal; position: absolute; top : 10px; right: 5px; }
.dataTables_info { margin-top: 10px; background: ghostwhite; }
.up { margin-left: 20px; border:solid 1px black; cursor:pointer; width:100px; padding-left: 10px; padding-right:10px; }