diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2018-11-20 15:35:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 15:35:22 +0100 |
commit | ebc690bbe3a4ce32455181bd160a6164568bf087 (patch) | |
tree | 0a9a4504c6683053456db9e2e1a7762d686940f3 /apps | |
parent | a9de88e96e56529256834729361fc3e975d29334 (diff) | |
parent | 7a9ea03943767f048f4b121b0f4a435512bc13cf (diff) | |
download | nextcloud-server-ebc690bbe3a4ce32455181bd160a6164568bf087.tar.gz nextcloud-server-ebc690bbe3a4ce32455181bd160a6164568bf087.zip |
Merge pull request #12491 from nextcloud/share-menu-click-fix
Fix share link password input
Diffstat (limited to 'apps')
-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; } |