Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixes the upload progress bar layout
Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Sep 3, 2018
commit 209b3bee68cb2f8dca80bd9b49a0f9dc90b35bdd
4 changes: 4 additions & 0 deletions apps/files/css/upload.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down