aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2018-09-02 19:11:11 +0200
committerMichael Weimann <mail@michael-weimann.eu>2018-09-03 21:13:28 +0200
commit209b3bee68cb2f8dca80bd9b49a0f9dc90b35bdd (patch)
tree5e07c58d7eaa2a61fb0ff06983b92e87fafea649 /apps
parentc31632ccdf5c9a76499ad36b40c8cf52c1602754 (diff)
downloadnextcloud-server-209b3bee68cb2f8dca80bd9b49a0f9dc90b35bdd.tar.gz
nextcloud-server-209b3bee68cb2f8dca80bd9b49a0f9dc90b35bdd.zip
Fixes the upload progress bar layout
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/upload.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/css/upload.scss b/apps/files/css/upload.scss
index 8d54c28eef9..0df2e39a613 100644
--- a/apps/files/css/upload.scss
+++ b/apps/files/css/upload.scss
@@ -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%;