File tree 4 files changed +7
-7
lines changed
samples/demo-client/src/main/resources/templates
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
< body >
10
10
< div th:replace ="~{page-templates :: navbar} "> </ div >
11
11
< div class ="container ">
12
- < div class ="row ">
12
+ < div class ="row py-5 ">
13
13
< div class ="col-md-5 ">
14
14
< h2 > Activation Required</ h2 >
15
15
< p > You must activate this device.</ p >
Original file line number Diff line number Diff line change 9
9
< body >
10
10
< div th:replace ="~{page-templates :: navbar} "> </ div >
11
11
< div class ="container ">
12
- < div class ="row ">
12
+ < div class ="row py-5 ">
13
13
< div class ="col-md-5 ">
14
14
< h2 > Device Activation</ h2 >
15
15
< p > Please visit < a th:href ="${verificationUri} " th:text ="${verificationUri?.replaceFirst('https?://', '')} "> </ a > on another device to continue.</ p >
16
- < p style =" margin-top: 70px "> Activation Code</ p >
16
+ < p class =" mt-5 "> Activation Code</ p >
17
17
< div class ="card text-bg-light ">
18
18
< span class ="card-body " style ="font-size: 2em; letter-spacing: 2rem " th:text ="${userCode} "> </ span >
19
19
< form id ="authorize-form " th:action ="@{/device_authorize} " method ="post ">
Original file line number Diff line number Diff line change 9
9
< body >
10
10
< div th:replace ="~{page-templates :: navbar} "> </ div >
11
11
< div class ="container ">
12
- < div class ="row justify-content-center ">
12
+ < div class ="row py-5 justify-content-center ">
13
13
< div class ="col ">
14
14
< h2 > You are now logged out.</ h2 >
15
15
</ div >
Original file line number Diff line number Diff line change 36
36
</ div >
37
37
</ nav >
38
38
< div class ="container ">
39
- < div th:fragment ="error-message " th:if ="${error} " class ="row justify-content-center alert alert-danger alert-dismissible fade show " role =" alert ">
40
- < div class ="col ">
39
+ < div th:fragment ="error-message " th:if ="${error} " class ="row py-5 justify-content-center ">
40
+ < div class ="col alert alert-danger alert-dismissible fade show " role =" alert ">
41
41
< strong th:text ="${error} "> </ strong >
42
42
< button type ="button " class ="btn-close " data-bs-dismiss ="alert " aria-label ="Close "> </ button >
43
43
</ div >
44
44
</ div >
45
- < div th:fragment ="message-list " th:if ="${messages} " class ="row justify-content-start ">
45
+ < div th:fragment ="message-list " th:if ="${messages} " class ="row py-5 justify-content-start ">
46
46
< div class ="col ">
47
47
< table class ="table table-striped caption-top ">
48
48
< caption > Messages</ caption >
You can’t perform that action at this time.
0 commit comments