From f0b588621c9564a306ed012703fe2b89d65fe1b2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 21 Feb 2017 17:26:45 -0600 Subject: [PATCH] Fix position of share autocomplete loading icon Signed-off-by: Morris Jobke --- apps/files_sharing/css/sharetabview.css | 4 ++-- 1 file 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, -- 2.39.5