summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-20 14:27:58 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-03-16 17:09:20 +0100
commitaa2b008577fa9526bc3a041e10e36c8f1c27eb4e (patch)
tree4401b91feffaee0942eafe1d39f39b2e3536ca9d /settings/css
parent596bc3bab285b3f76a9984b4e3481ff72d37e0cb (diff)
downloadnextcloud-server-aa2b008577fa9526bc3a041e10e36c8f1c27eb4e.tar.gz
nextcloud-server-aa2b008577fa9526bc3a041e10e36c8f1c27eb4e.zip
Add loading feedback for email change in user management
* show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 2e7b6d213a5..edc4939d2d8 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -194,6 +194,14 @@ span.usersLastLoginTooltip { white-space: nowrap; }
color: #000000;
}
+#userlist .mailAddress .loading-small {
+ width: 16px;
+ height: 16px;
+ margin-left: -26px;
+ position: relative;
+ top: 3px;
+}
+
tr:hover>td.password>span, tr:hover>td.displayName>span { margin:0; cursor:pointer; }
tr:hover>td.remove>a, tr:hover>td.password>img,tr:hover>td.displayName>img, tr:hover>td.quota>img { visibility:visible; cursor:pointer; }
td.remove {