diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-09-02 19:11:11 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-09-03 21:13:28 +0200 |
commit | 209b3bee68cb2f8dca80bd9b49a0f9dc90b35bdd (patch) | |
tree | 5e07c58d7eaa2a61fb0ff06983b92e87fafea649 /apps | |
parent | c31632ccdf5c9a76499ad36b40c8cf52c1602754 (diff) | |
download | nextcloud-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.scss | 4 |
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%; |