diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-10 11:45:24 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-10 11:45:24 +0200 |
commit | 79ef54fe00ad099944291acd869e058ce12daec6 (patch) | |
tree | 4ea5b7639c02cd3db268655835ceaa12c12441e5 | |
parent | bbb2567918793e87ea1d3b3ddeb95411457c1ff6 (diff) | |
parent | 9c76bcd4797a90250baedcaf5326dc9c4713d531 (diff) | |
download | nextcloud-server-79ef54fe00ad099944291acd869e058ce12daec6.tar.gz nextcloud-server-79ef54fe00ad099944291acd869e058ce12daec6.zip |
Merge pull request #15528 from owncloud/share-loading
fix share input loading spinner, fix #15522
-rw-r--r-- | core/css/share.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css index bcfd90e4204..0d687cb76da 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -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; } |