@@ -48,26 +48,30 @@ <h2><span th:utext="#{user.loginForm.h2}">Your Todo-List for Getting Things Done
48
48
</ div >
49
49
</ div >
50
50
< div class ="card-footer ">
51
- < div class ="row ">
52
- < div class ="col text-left m-2 p-1 ps-3 ">
53
- < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
54
- < i class ="fas fa-sign-in-alt "> </ i >
55
- < span th:utext ="#{user.loginForm.loginButton} "> </ span >
56
- </ button >
57
- </ div >
58
- < div class ="col text-center m-2 p-1 ">
59
- < a id ="registerButton " th:href ="@{/user/register/} " class ="btn btn-outline-secondary btn-block ">
60
- < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
61
- </ a >
62
- </ div >
63
- < div class ="col text-right m-2 p-1 ">
64
- < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="btn btn-outline-secondary btn-block ">
65
- < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
66
- </ a >
67
- </ div >
51
+ < div class ="m-2 pe-3 ">
52
+ < button id ="loginButton " type ="submit " class ="btn btn-block btn-primary ">
53
+ < i class ="fas fa-sign-in-alt "> </ i >
54
+ < span th:utext ="#{user.loginForm.loginButton} "> </ span >
55
+ </ button >
68
56
</ div >
69
57
</ div >
70
58
</ div >
59
+ < div class ="row ">
60
+ < div class ="col-2 text-left m-2 p-1 ">
61
+ </ div >
62
+ < div class ="col-4 text-left m-2 p-1 ">
63
+ < a id ="registerButton " th:href ="@{/user/register/} " class ="link-ssecondary ">
64
+ < i class ="fas fa-user "> </ i > < span th:utext ="#{user.loginForm.register} "> </ span >
65
+ </ a >
66
+ </ div >
67
+ < div class ="col-4 text-right m-2 p-1 ">
68
+ < a id ="passwordResetButton " th:href ="@{/user/resetPassword} " class ="link-secondary ">
69
+ < i class ="fas fa-question-circle "> </ i > < span th:utext ="#{user.loginForm.passwordReset} "> </ span >
70
+ </ a >
71
+ </ div >
72
+ < div class ="col-2 text-left m-2 p-1 ">
73
+ </ div >
74
+ </ div >
71
75
</ form >
72
76
</ div >
73
77
< div class ="col-3 "> </ div >
0 commit comments