Merge pull request #3570 from nextcloud/fix-share-loading

Fix position of share autocomplete loading icon
This commit is contained in:
John Molakvoæ 2017-02-22 10:20:56 +01:00 committed by GitHub
commit 182bfd9f23
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
.shareTabView .shareWithLoading {
padding-left: 10px;
right: 30px;
top: 2px;
right: 35px;
top: 0px;
}
.shareTabView .shareWithRemoteInfo,