File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
src/main/resources/templates/user/login Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -48,21 +48,23 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
4848 </ div >
4949 </ div >
5050 </ div >
51+ </ div >
52+ < div class ="card-footer ">
5153 < div class ="form-row ">
52- < div class ="col-md-4 mb-4 ">
54+ < div class ="col-md-3 mb-3 ">
5355 < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
5456 < i class ="fas fa-sign-in-alt "> </ i >
5557 < span th:utext ="#{user.loginForm.loginButton} "> </ span >
5658 </ button >
5759 </ div >
58- < div class ="col-md-4 mb-4 ">
60+ < div class ="col-md-3 mb-3 ">
5961 < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " role ="button "
6062 class ="btn btn-block btn-secondary ">
6163 < i class ="fas fa-question-circle "> </ i >
6264 < span th:utext ="#{user.loginForm.passwordReset} "> Password forgotten?</ span >
6365 </ a >
6466 </ div >
65- < div class ="col-md-4 mb-4 ">
67+ < div class ="col-md-3 mb-3 ">
6668 < a id ="registerButton " th:href ="@{/user/register} " role ="button "
6769 class ="btn btn-block btn-secondary ">
6870 < i class ="fas fa-user "> </ i >
You can’t perform that action at this time.
0 commit comments