diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-29 23:30:07 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-10-27 14:25:19 +0200 |
commit | 4c1a5d6a88801ee6689208099cb45665925c27d9 (patch) | |
tree | 744632c9166489bc0d7e609682772bc280680b02 /apps/user_ldap/css | |
parent | 7a4c0c668baef6fe86b6131444cab122a4b3b374 (diff) | |
download | nextcloud-server-4c1a5d6a88801ee6689208099cb45665925c27d9.tar.gz nextcloud-server-4c1a5d6a88801ee6689208099cb45665925c27d9.zip |
first, remove the hack
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index 129064ff8b0..54d0e2dbb0c 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -209,11 +209,6 @@ select[multiple=multiple] + button { color: #777; } -.outoftheway { - position: absolute; - left: -2000px; -} - #ldapSettings { background-color: white; padding: 0; |