1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

Upload link page redesign 2 (#6001)

* ['upload link' page] fixup for the 'Cancel All' button

* ['upload link' page] redesigned the 'total status' bar(moved the progress bar to an independent line)
This commit is contained in:
llj
2024-03-30 18:19:06 +08:00
committed by GitHub
parent a63cffafc0
commit 9611a547e1
3 changed files with 31 additions and 38 deletions

View File

@@ -82,7 +82,12 @@
border: 1px solid #eee;
border-width: 1px 0;
font-size: 14px;
height: 36px;
height: 52px;
}
#upload-link-total-progress-container .progress {
height: 5px;
margin-top: 8px;
}
.file-upload-item .upload-success-icon {