Use new style also on the login page

This commit is contained in:
Bernd Bestel 2020-11-15 15:17:13 +01:00
parent 3568fd9dcb
commit 9942a2dbab
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -35,13 +35,19 @@
class="form-text text-danger d-none"></div> class="form-text text-danger d-none"></div>
</div> </div>
<div class="checkbox"> <div class="form-group mt-n2">
<label for="stay_logged_in"> <div class="custom-control custom-checkbox">
<input type="checkbox" <input type="checkbox"
id="stay_logged_in" class="form-check-input custom-control-input"
name="stay_logged_in"> {{ $__t('Stay logged in permanently') }} id="stay_logged_in">
<p class="form-text text-muted small my-0">{{ $__t('When not set, you will get logged out at latest after 30 days') }}</p> <label class="form-check-label custom-control-label"
</label> for="stay_logged_in">
{{ $__t('Stay logged in permanently') }}
<i class="fas fa-question-circle"
data-toggle="tooltip"
title="{{ $__t('When not set, you will get logged out at latest after 30 days') }}"></i>
</label>
</div>
</div> </div>
<button id="login-button" <button id="login-button"