@@ -50,28 +50,28 @@ <h2><small th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Don
5050 </ div >
5151 </ div >
5252 < div class ="card-footer ">
53- < div class ="m-md-2 pe-md-3 m-2 pe-2 ">
54- < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
55- < i class ="fas fa-sign-in-alt "> </ i >
56- < span th:utext ="#{user.loginForm.loginButton} "> </ span >
57- </ button >
58- </ div >
53+ < span class ="row ">
54+ < span class ="col-md-3 col-3 m-2 pe-2 align-middle text-left ">
55+ < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary align-middle text-left ">
56+ < i class ="fas fa-sign-in-alt "> </ i >
57+ < span th:utext ="#{user.loginForm.loginButton} "> </ span >
58+ </ button >
59+ </ span >
60+ < span class ="col-md-4 col-4 m-2 pe-2 align-middle text-right align-self-center ">
61+ < a id ="registerButton " th:href ="@{/user/register/} "
62+ class ="btn btn-outline-secondary btn-sm align-middle text-right ">
63+ < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
64+ </ a >
65+ </ span >
66+ < span class ="col-md-4 col-4 m-2 pe-2 align-middle text-right align-self-center ">
67+ < a id ="passwordResetButton " th:href ="@{/user/resetPassword} "
68+ class ="btn btn-outline-secondary btn-sm align-middle text-right align-self-center ">
69+ < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
70+ </ a >
71+ </ span >
72+ </ span >
5973 </ div >
6074 </ div >
61- < div class ="row ">
62- < span class ="col-md-4 col-4 text-left ">
63- < a id ="registerButton " th:href ="@{/user/register/} "
64- class ="link-secondary text-left ms-md-1 my-md-1 ms-1 my-1 ps-md-4 py-md-2 ps-4 py-2 ">
65- < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
66- </ a >
67- </ span >
68- < span class ="col-md-8 col-8 text-right ">
69- < a id ="passwordResetButton " th:href ="@{/user/resetPassword} "
70- class ="link-secondary text-right me-md-1 my-md-1 me-1 my-1 pe-md-4 py-md-2 pe-4 py-2 ">
71- < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
72- </ a >
73- </ span >
74- </ div >
7575 </ form >
7676 </ div >
7777 < div class ="col-3 "> </ div >
0 commit comments