mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Fixes the upload progress bar layout
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
parent
d055db7b87
commit
d85ea7fbec
1 changed files with 4 additions and 0 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Reference in a new issue