Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-10-14 19:39:27 +0400
committerArthur Schiwon <blizzz@owncloud.com>2014-10-14 19:39:27 +0400
commitc26e9c675aa6c7fec64f63349c6f25ddbe264d7a (patch)
tree4d21a01723ab779b0bbff1b32cf40d3d92b5970f /apps/user_ldap/css
parent836f0839e53baa7c7d8561dec1bf0d36813c715d (diff)
show Spinner when stuff is being saved
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r--apps/user_ldap/css/settings.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css
index 0dfcf474256..2353bfe1bfd 100644
--- a/apps/user_ldap/css/settings.css
+++ b/apps/user_ldap/css/settings.css
@@ -123,6 +123,14 @@ select[multiple=multiple] + button {
max-width: 40%;
}
+#ldap .ldap_saving {
+ margin-right: 15px;
+ color: orange;
+ font-weight: bold;
+}
+
+#ldap .ldap_saving img { height: 15px; }
+
.ldap_config_state_indicator_sign {
display: inline-block;
height: 16px;