diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 1225decd..e084b36e 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1101,7 +1101,7 @@ html.light #doc .line-highlight { #docul li { margin: 0; } -#tree #docul a { +#tree #docul li+li a { display: block; } #seldoc.sel { @@ -1424,6 +1424,7 @@ html.light .opview input[type="text"] { border-color: #38d; } html.light #u2tab a>span, +html.light #docul .bn a>span, html.light #files td div span { color: #000; } @@ -2149,6 +2150,7 @@ html.light #u2foot .warn span { border-color: #d06; } #u2tab a>span, +#docul .bn a>span, #unpost a>span { font-weight: bold; font-style: italic; diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index 0a37d7b8..f8dc3285 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -2477,7 +2477,7 @@ var showfile = (function () { } r.mktree = function () { - var html = ['
  • list of textfiles in
    ' + esc(get_vpath()) + '
  • ']; + var html = ['
  • list of textfiles in
    ' + linksplit(get_vpath()).join('') + '
  • ']; for (var a = 0; a < r.files.length; a++) { var file = r.files[a]; html.push('