diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-16 16:19:13 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-20 14:40:40 +0100 |
commit | 7a9ea03943767f048f4b121b0f4a435512bc13cf (patch) | |
tree | 7a2f4b0c6f2b27747f6dad6c6610aae4b486ebfe /apps/files_sharing/css | |
parent | def8af3e7e1f4328860f5c2d0c1643e0553f58e0 (diff) | |
download | nextcloud-server-7a9ea03943767f048f4b121b0f4a435512bc13cf.tar.gz nextcloud-server-7a9ea03943767f048f4b121b0f4a435512bc13cf.zip |
Fix share link password input
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 0ca99ddc8f7..f698697407a 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -48,16 +48,13 @@ .shareWithLoading { padding-left: 10px; right: 35px; - top: 0px; + top: 3px; } - .shareWithConfirm, - .linkPass .icon-loading-small { + .shareWithConfirm { position: absolute; right: 2px; top: 6px; padding: 14px; - } - .shareWithConfirm { opacity: 0.5; } .shareWithField:focus ~ .shareWithConfirm { @@ -70,6 +67,21 @@ padding: 14px; } .popovermenu { + .linkPassMenu { + .share-pass-submit { + width: auto !important; + } + .icon-loading-small { + background-color: var(--color-main-background); + position: absolute; + right: 8px; + margin: 3px; + padding: 10px; + width: 32px; + height: 32px; + z-index: 10; + } + } .datepicker { margin-left: 35px; } |