diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-02-21 17:26:45 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-02-21 17:39:32 -0600 |
commit | f0b588621c9564a306ed012703fe2b89d65fe1b2 (patch) | |
tree | 7bd82a5fe4d8049dd4214ca44270b83325deb521 /apps/files_sharing/css | |
parent | d754227b4c5b475b0c8f3fea5f0c010c77cf7218 (diff) | |
download | nextcloud-server-f0b588621c9564a306ed012703fe2b89d65fe1b2.tar.gz nextcloud-server-f0b588621c9564a306ed012703fe2b89d65fe1b2.zip |
Fix position of share autocomplete loading icon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 979ef01c030..4738f8b7802 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -9,8 +9,8 @@ .shareTabView .shareWithLoading { padding-left: 10px; - right: 30px; - top: 2px; + right: 35px; + top: 0px; } .shareTabView .shareWithRemoteInfo, |