mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
2
login.lp
2
login.lp
@@ -54,7 +54,7 @@ mg.include('scripts/lua/header.lp','r')
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" id="totp" size="6" maxlen="6" class="form-control totp_token" placeholder="123456" value="" spellcheck="false" autofocus autocomplete="off">
|
<input type="text" id="totp" size="6" maxlen="6" class="form-control totp_token" placeholder="123456" value="" spellcheck="false" autofocus autocomplete="off">
|
||||||
<div class="input-group-addon" data-toggle="tooltip" data-placement="auto" title="TOTP verification code">
|
<div class="input-group-addon" data-toggle="tooltip" data-placement="auto" title="TOTP verification code">
|
||||||
<i class="fa fa-clock-rotate-left form-control-feedback"></i>
|
<i class="fa fa-clock-rotate-left"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -197,7 +197,7 @@ mg.include('scripts/lua/settings_header.lp','r')
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" size="6" maxlength="6" class="form-control totp_token" id="totp_code" placeholder="">
|
<input type="text" size="6" maxlength="6" class="form-control totp_token" id="totp_code" placeholder="">
|
||||||
<div class="input-group-addon" data-toggle="tooltip" data-placement="auto" title="TOTP verification code">
|
<div class="input-group-addon" data-toggle="tooltip" data-placement="auto" title="TOTP verification code">
|
||||||
<i class="fa fa-clock-rotate-left form-control-feedback"></i>
|
<i class="fa fa-clock-rotate-left"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -574,12 +574,6 @@ td.details-control {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control-feedback {
|
|
||||||
right: 1em;
|
|
||||||
width: 16px;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.loginpage-logo {
|
.loginpage-logo {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
}
|
}
|
||||||
@@ -1136,10 +1130,6 @@ table.dataTable tbody > tr > .selected {
|
|||||||
opacity: 0.1;
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.totp_token + .input-group-addon {
|
|
||||||
padding: 0 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.save-button-container {
|
.save-button-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 1.2em;
|
bottom: 1.2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user