diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-07-10 19:33:53 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-08-05 12:14:29 +0200 |
commit | 7fd770654246e5ca481df65b9f00ef448ac280f0 (patch) | |
tree | 64d8ad3a8aeb3a3cb7daf80912388dccfa03cb58 /apps/user_ldap/css | |
parent | c0e78d984140ecd6a49ac615214b4a68fab0557e (diff) | |
download | nextcloud-server-7fd770654246e5ca481df65b9f00ef448ac280f0.tar.gz nextcloud-server-7fd770654246e5ca481df65b9f00ef448ac280f0.zip |
Hack to avoid Agent DN + Password being overwritten by some ugly browsers with stored site credentials
Conflicts:
apps/user_ldap/css/settings.css
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index e09c377a907..3051cc8058e 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -127,3 +127,8 @@ select[multiple=multiple] + button { .ldap_grey { color: #777; } + +.outoftheway { + position: absolute; + left: -2000px; +} |