Skip to content

Commit

Permalink
Merge pull request #37504 from owncloud/fix-cancel-button
Browse files Browse the repository at this point in the history
Fix the alignment of the cancel button (public uploads)
  • Loading branch information
phil-davis authored Jun 11, 2020
2 parents c12abff + 50a7175 commit b173da0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files/css/upload.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
#uploadprogresswrapper > input[type='button'] {
height: 36px;
margin-left: 3px;
margin: 0 0 0 3px;
}
#uploadprogressbar {
position:relative;
Expand All @@ -64,7 +64,7 @@
font-weight: normal;
}
#uploadprogressbar .label.inner {
color:white;
color:white;
position: absolute;
display: block;
width: 200px;
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/37504
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Align the cancel button on public uploads

The cancel button on the public upload progress bar was not aligned.
The alignment has been corrected.

https://github.com/owncloud/core/pull/37504

0 comments on commit b173da0

Please sign in to comment.