first, remove the hack
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
7a4c0c668b
commit
4c1a5d6a88
|
@ -209,11 +209,6 @@ select[multiple=multiple] + button {
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
.outoftheway {
|
|
||||||
position: absolute;
|
|
||||||
left: -2000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#ldapSettings {
|
#ldapSettings {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -1,10 +1,3 @@
|
||||||
<div class="outoftheway">
|
|
||||||
<!-- Hack for Safari and Chromium/Chrome which ignore autocomplete="off" -->
|
|
||||||
<input type="text" id="fake_user" name="fake_user" autocomplete="off" />
|
|
||||||
<input type="password" id="fake_password" name="fake_password"
|
|
||||||
autocomplete="off" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<fieldset id="ldapWizard1">
|
<fieldset id="ldapWizard1">
|
||||||
<p>
|
<p>
|
||||||
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
|
<select id="ldap_serverconfig_chooser" name="ldap_serverconfig_chooser">
|
||||||
|
|
Loading…
Reference in New Issue