[Pkg-owncloud-commits] [owncloud] 23/129: Fix spinner positions in share tab
David Prévot
taffit at moszumanska.debian.org
Thu Nov 5 01:04:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 063c2db08495214c1ad025f739195671bc324d51
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri Oct 16 15:54:27 2015 +0200
Fix spinner positions in share tab
Also fix missing spinner when removing link share
---
apps/files_sharing/css/sharetabview.css | 14 +++++++++++---
core/js/sharedialoglinkshareview.js | 1 +
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index 1745eba..7597004 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -6,7 +6,6 @@
.shareTabView .shareWithLoading {
padding-left: 10px;
- position: relative;
right: 30px;
top: 2px;
}
@@ -73,9 +72,18 @@
}
.shareTabView .icon-loading-small {
- position: absolute;
display: inline-block;
z-index: 1;
background-color: white;
- padding: 2px;
+ padding: 2px 0;
+}
+
+.shareTabView .shareWithList .icon-loading-small,
+.shareTabView .linkShareView .icon-loading-small {
+ position: absolute;
+}
+
+.shareTabView .linkPass .icon-loading-small {
+ margin-top: 9px;
}
+
diff --git a/core/js/sharedialoglinkshareview.js b/core/js/sharedialoglinkshareview.js
index 792062f..7f1916f 100644
--- a/core/js/sharedialoglinkshareview.js
+++ b/core/js/sharedialoglinkshareview.js
@@ -124,6 +124,7 @@
this.$el.find('#linkPassText').focus();
}
} else {
+ $loading.removeClass('hidden');
if (this.model.get('linkShare').isLinkShare) {
this.model.removeLinkShare();
} else {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list