From c26e9c675aa6c7fec64f63349c6f25ddbe264d7a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 14 Oct 2014 17:39:27 +0200 Subject: show Spinner when stuff is being saved --- apps/user_ldap/css/settings.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apps/user_ldap/css') 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; -- cgit v1.2.3