I would like to suggest some minor changes to the appearance of the login form:
Current:

After changes (logo and buttons aligned to center):

-
in npgCore\lib-auth.php, row 1440: add style=”text-align:center" to <p>
-
in npgCore\lib-auth.php, row 1613: add style=" display: flex; justify-content: center; align-items: center;"> to <div>
-
in npgCore\extensions\googleTFA\auth_code.php, row 38: add style=”text-align:center" to <p>
(or add it to the existing standalone css file)
- in npgCore\extensions\googleTFA\auth_code.php, row 55: add
autofocus to <input>.
Optionally add autofocus to the first line of the standard login form.
Many thanks.
I apologize for this form, I'm not exactly friends with github and pull requests etc.
I would like to suggest some minor changes to the appearance of the login form:
Current:

After changes (logo and buttons aligned to center):

in npgCore\lib-auth.php, row 1440: add
style=”text-align:center"to<p>in npgCore\lib-auth.php, row 1613: add
style=" display: flex; justify-content: center; align-items: center;">to<div>in npgCore\extensions\googleTFA\auth_code.php, row 38: add
style=”text-align:center"to<p>(or add it to the existing standalone css file)
autofocusto<input>.Optionally add
autofocusto the first line of the standard login form.Many thanks.
I apologize for this form, I'm not exactly friends with github and pull requests etc.