fix share input loading spinner, fix #15522

This commit is contained in:
Jan-Christoph Borchardt 2015-04-10 11:32:02 +02:00
parent bbb2567918
commit 9c76bcd479
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;
}