diff options
author | Christopher Mueller <chrinimue@posteo.me> | 2020-03-31 14:21:28 +0000 |
---|---|---|
committer | Christopher Mueller <chrinimue@posteo.me> | 2020-03-31 14:21:28 +0000 |
commit | 0c14c9d7ea2b4c43eba1b167aa158b78b7974a46 (patch) | |
tree | 134878d28ebede2d376229e5f9fa84d63e378058 /apps/files_sharing/css | |
parent | b69d76feeedc27a5753ccb6363f666ba9ec121aa (diff) | |
download | nextcloud-server-0c14c9d7ea2b4c43eba1b167aa158b78b7974a46.tar.gz nextcloud-server-0c14c9d7ea2b4c43eba1b167aa158b78b7974a46.zip |
add progressbar for every element & better design
Signed-off-by: Christopher Mueller <chrinimue@posteo.me>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 366bc5f5e30..aad2e97dec4 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -138,7 +138,7 @@ thead { } #public-upload #emptycontent ul { - width: 160px; + width: 230px; margin: 5px auto; text-align: left; } @@ -156,13 +156,21 @@ thead { top: 2px; } -#public-upload li span.icon-loading-small { +#drop-upload-progress-indicator span.icon-loading-small { padding-left: 18px; margin-right: 7px; } -#drop-uploaded-files li #drop-upload-progress-bar { - margin-top: 7px; +#drop-uploaded-files li #drop-upload-name { + float: left; + max-width: 180px; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; +} + +#drop-uploaded-files li #drop-upload-status { + float: right; } .disclaimer, |