This commit is contained in:
Henrique Dias
2016-06-11 10:37:36 +01:00
parent 4163aeae40
commit 36da3d0d7d
5 changed files with 88 additions and 85 deletions

View File

@@ -17,13 +17,13 @@ h1 a:hover {
header,
#summary {
padding-left: 5%;
padding-right: 5%;
padding-left: 7%;
padding-right: 7%;
}
th:first-child,
td:first-child {
padding-left: 5%;
padding-left: 7%;
}
th:last-child,
@@ -32,9 +32,9 @@ td:last-child {
}
header {
padding-top: 25px;
padding-bottom: 15px;
background-color: #f2f2f2;
background-color: #FFC107;
padding-top: 1.5em;
padding-bottom: 1.5em;
}
h1 {
@@ -60,9 +60,11 @@ main {
.meta {
font-size: 12px;
font-family: Verdana, sans-serif;
border-bottom: 1px solid #9C9C9C;
/* border-bottom: 1px solid #9C9C9C; */
padding-top: 15px;
padding-bottom: 15px;
background-color: #FFA000;
color: #fff;
}
.meta-item {

View File

@@ -3,6 +3,7 @@
<head>
<title>{{.Name}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://use.fontawesome.com/ede56571a0.js"></script>
<link rel="stylesheet" href="/_filemanagerinternal/css/styles.css">
<style>

View File

@@ -58,9 +58,9 @@
<td>
<a href="{{.URL}}">
{{- if .IsDir}}
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 35.678803 28.527945"><use xlink:href="#folder"></use></svg>
<i class="fa fa-folder" aria-hidden="true"></i>
{{- else}}
<svg width="1.5em" height="1em" version="1.1" viewBox="0 0 26.604381 29.144726"><use xlink:href="#file"></use></svg>
<i class="fa fa-file-text-o" aria-hidden="true"></i>
{{- end}}
<span class="name">{{.Name}}</span>
</a>