diff options
author | Christopher Mueller <chrinimue@posteo.me> | 2020-03-31 10:56:59 +0000 |
---|---|---|
committer | Christopher Mueller <chrinimue@posteo.me> | 2020-03-31 10:56:59 +0000 |
commit | b69d76feeedc27a5753ccb6363f666ba9ec121aa (patch) | |
tree | 94197f194178eb9b05175956c63ab907be910a2d /apps/files_sharing/css | |
parent | dc9df2b7ab908539c3f793108c1c49b764e446f3 (diff) | |
download | nextcloud-server-b69d76feeedc27a5753ccb6363f666ba9ec121aa.tar.gz nextcloud-server-b69d76feeedc27a5753ccb6363f666ba9ec121aa.zip |
Add basic progressbar to public upload page
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index a8207167c2c..366bc5f5e30 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -161,6 +161,10 @@ thead { margin-right: 7px; } +#drop-uploaded-files li #drop-upload-progress-bar { + margin-top: 7px; +} + .disclaimer, .note { margin: 0 auto 30px; |