Merge pull request #15528 from owncloud/share-loading

fix share input loading spinner, fix #15522
This commit is contained in:
Thomas Müller 2015-04-10 11:45:24 +02:00
commit 79ef54fe00
1 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,11 @@
display: inline-block !important;
padding-left: 10px;
}
#dropdown.shareDropDown .shareWithLoading {
position: relative;
right: 70px;
top: 2px;
}
#dropdown.shareDropDown .icon-loading-small.hidden {
display: none !important;
}