1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 12:20:05 +02:00

style fixes

This commit is contained in:
s2
2019-06-20 15:11:48 +02:00
parent e0ad69a5b1
commit 011a78a75f
3 changed files with 9 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
</table>
<div class="float-right">
<div style="display: inline;">
<a class="btn btn-primary btn-sm js-open-folder" href="javascript:///">Open another folder</a>
<input type="file" style="display: none" class="js-open-folder-input" webkitdirectory />
</div>
<a class="btn btn-secondary btn-sm js-refresh" href="javascript:///">
Refresh
</a>

View File

@@ -1,4 +1,4 @@
<div class="text-center">
<a class="btn btn-primary js-open-folder" href="javascript:///">Open an other folder</a>
<a class="btn btn-primary js-open-folder" href="javascript:///">Open another folder</a>
<input type="file" style="display: none" class="js-open-folder-input" webkitdirectory />
</div>