diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-08 13:06:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-08 13:06:18 +0200 |
commit | 7ba787e649de83da03ea1809d54d74fedc31a9ea (patch) | |
tree | 0f457c33be488081f4c2ad11f4ae9cead7f83164 /apps/user_ldap/css | |
parent | b6fc7f5599a08ab047e10775b4071514c7cd170d (diff) | |
download | nextcloud-server-7ba787e649de83da03ea1809d54d74fedc31a9ea.tar.gz nextcloud-server-7ba787e649de83da03ea1809d54d74fedc31a9ea.zip |
user and group counts are only upated on demand in experienced mode
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index 48a8626ea9a..0dfcf474256 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -82,6 +82,10 @@ margin: 5px; } +.ldap_count { + line-height: 45px; +} + .ldapSettingControls { margin-top: 3px; } |