aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--weed/server/filer_ui/filer.html15
-rw-r--r--weed/static/images/folder.gifbin80 -> 77 bytes
2 files changed, 12 insertions, 3 deletions
diff --git a/weed/server/filer_ui/filer.html b/weed/server/filer_ui/filer.html
index 2f26f297d..593d115f0 100644
--- a/weed/server/filer_ui/filer.html
+++ b/weed/server/filer_ui/filer.html
@@ -26,7 +26,12 @@
border-radius: 2px;
border: 1px solid #ccc;
float: right;
- margin-left: 5px;
+ margin-left: 2px;
+ margin-bottom: 0;
+ }
+
+ label {
+ font-weight: normal;
}
.button:hover {
@@ -37,6 +42,10 @@
display: none;
}
+ td, th {
+ vertical-align: bottom;
+ }
+
.danger {
color: red;
background: #fff;
@@ -103,13 +112,13 @@
<form class="upload-form">
<input type="file" id="fileElem" multiple onchange="handleFiles(this.files)">
- <table width="86%">
+ <table width="100%">
{{$path := .Path }}
{{ range $entry_index, $entry := .Entries }}
<tr>
<td>
{{if $entry.IsDirectory}}
- <img src="/seaweedfsstatic/images/folder.gif" width="20" height="23">
+ <img src="/seaweedfsstatic/images/folder.gif" width="20" height="16">
<a href="{{ printpath $path "/" $entry.Name "/"}}" >
{{ $entry.Name }}
</a>
diff --git a/weed/static/images/folder.gif b/weed/static/images/folder.gif
index 400a1f7ca..6ee082081 100644
--- a/weed/static/images/folder.gif
+++ b/weed/static/images/folder.gif
Binary files differ