1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

improve upload ui (#2780)

This commit is contained in:
杨顺强
2019-01-08 11:26:20 +08:00
committed by Daniel Pan
parent db2d0e01e7
commit 93a2be4ada
5 changed files with 136 additions and 39 deletions

View File

@@ -15,8 +15,7 @@
right: 1px;
bottom: 1px;
width: 35rem;
min-height: 15rem;
max-height: 20rem;
height: 20rem;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 0 0 6px #ddd;
@@ -46,4 +45,12 @@
padding: 0.625rem 1rem 1.25rem;
background-color: #fff;
overflow: auto;
}
.file-upload-item .progress {
width: 80%;
}
.file-upload-item .progress .progress-bar {
color: #e83;
}