Merge pull request #10969 from nextcloud/fix/10968/upload-progress

Fixes the upload progress bar layout
This commit is contained in:
Julius Härtl 2018-09-03 12:04:38 +02:00 committed by GitHub
commit 41d213c873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@
height: 36px;
display:inline-block;
text-align: center;
.ui-progressbar-value {
margin: 0;
}
}
#uploadprogressbar .ui-progressbar-value.ui-widget-header.ui-corner-left {
height: 100%;