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 @@
- +
{{$path := .Path }} {{ range $entry_index, $entry := .Entries }}
{{if $entry.IsDirectory}} - + {{ $entry.Name }} diff --git a/weed/static/images/folder.gif b/weed/static/images/folder.gif index 400a1f7ca..6ee082081 100644 Binary files a/weed/static/images/folder.gif and b/weed/static/images/folder.gif differ