File tree 18 files changed +60
-33
lines changed
java/ru/mystamps/web/feature/site
18 files changed +60
-33
lines changed Original file line number Diff line number Diff line change 40
40
# content {
41
41
padding : 10px ;
42
42
}
43
+
44
+ .container-fluid {
45
+ display : flex;
46
+ min-height : 100vh ;
47
+ flex-direction : column;
48
+ }
49
+ # content {
50
+ flex-grow : 1 ;
51
+ }
43
52
</ style >
44
53
</ head >
45
54
< body >
50
59
</ div >
51
60
</ div >
52
61
53
- < div class ="row text-center ">
54
- < div id =" content " class ="col-sm-12 ">
62
+ < div class ="row text-center " id =" content " >
63
+ < div class ="col-sm-12 ">
55
64
< h1 id ="error-code ">
56
65
503
57
66
</ h1 >
Original file line number Diff line number Diff line change 40
40
# content {
41
41
padding : 10px ;
42
42
}
43
+
44
+ .container-fluid {
45
+ display : flex;
46
+ min-height : 100vh ;
47
+ flex-direction : column;
48
+ }
49
+ # content {
50
+ flex-grow : 1 ;
51
+ }
43
52
</ style >
44
53
</ head >
45
54
< body >
50
59
</ div >
51
60
</ div >
52
61
53
- < div class ="row text-center ">
54
- < div id =" content " class ="col-sm-12 ">
62
+ < div class ="row text-center " id =" content " >
63
+ < div class ="col-sm-12 ">
55
64
< h1 id ="error-code ">
56
65
503
57
66
</ h1 >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public final class ResourceUrl {
32
32
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru" ;
33
33
34
34
// MUST be updated when any of our resources were modified
35
- public static final String RESOURCES_VERSION = "v0.4.4.4 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.4.5 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 16 lines
38
38
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/CatalogUtils.min.js" ;
Original file line number Diff line number Diff line change @@ -131,3 +131,12 @@ label {
131
131
left : 10px ;
132
132
background-color : black;
133
133
}
134
+
135
+ .container-fluid {
136
+ display : flex;
137
+ min-height : 100vh ;
138
+ flex-direction : column;
139
+ }
140
+ # content {
141
+ flex-grow : 1 ;
142
+ }
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 ">
64
64
65
65
< h3 th:text ="#{t_activation_on_site} ">
66
66
Account activation
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="requestFailed=${(#httpServletRequest.queryString ?: '') eq 'failed'} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="requestFailed=${(#httpServletRequest.queryString ?: '') eq 'failed'} ">
64
64
65
65
< h3 th:text ="#{t_authentication_on_site} ">
66
66
Authentication on site
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 ">
64
64
65
65
< h3 th:text ="#{t_registration_on_site} ">
66
66
Register on site
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="create_category=#{t_create_category} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="create_category=#{t_create_category} ">
64
64
< h3 th:text ="${#strings.capitalize(create_category)} ">
65
65
Add category
66
66
</ h3 >
Original file line number Diff line number Diff line change 62
62
</ ul >
63
63
</ div >
64
64
</ div >
65
- < div class ="row ">
66
- < div id =" content " class ="col-sm-12 ">
65
+ < div class ="row " id =" content " >
66
+ < div class ="col-sm-12 ">
67
67
< h3 id ="page-header " th:text ="${categoryName} ">
68
68
Animals
69
69
</ h3 >
Original file line number Diff line number Diff line change 58
58
</ ul >
59
59
</ div >
60
60
</ div >
61
- < div class ="row ">
62
- < div id =" content " class ="col-sm-12 " th:with ="category_list=#{t_categories} ">
61
+ < div class ="row " id =" content " >
62
+ < div class ="col-sm-12 " th:with ="category_list=#{t_categories} ">
63
63
< h3 th:text ="${#strings.capitalize(category_list)} ">
64
64
Categories
65
65
</ h3 >
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="add_country=#{t_add_country} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="add_country=#{t_add_country} ">
64
64
< h3 th:text ="${#strings.capitalize(add_country)} ">
65
65
Add country
66
66
</ h3 >
Original file line number Diff line number Diff line change 61
61
</ ul >
62
62
</ div >
63
63
</ div >
64
- < div class ="row ">
65
- < div id =" content " class ="col-sm-12 " th:with ="header=#{t_stamps_of(${countryName})} ">
64
+ < div class ="row " id =" content " >
65
+ < div class ="col-sm-12 " th:with ="header=#{t_stamps_of(${countryName})} ">
66
66
< h3 id ="page-header " th:text ="${#strings.capitalize(header)} ">
67
67
Stamps of Italy
68
68
</ h3 >
Original file line number Diff line number Diff line change 58
58
</ ul >
59
59
</ div >
60
60
</ div >
61
- < div class ="row ">
62
- < div id =" content " class ="col-sm-12 " th:with ="country_list=#{t_countries} ">
61
+ < div class ="row " id =" content " >
62
+ < div class ="col-sm-12 " th:with ="country_list=#{t_countries} ">
63
63
< h3 th:text ="${#strings.capitalize(country_list)} ">
64
64
Countries
65
65
</ h3 >
Original file line number Diff line number Diff line change 57
57
</ div >
58
58
</ div >
59
59
60
- < div class ="row text-center ">
61
- < div id =" content " class ="col-sm-12 ">
60
+ < div class ="row text-center " id =" content " >
61
+ < div class ="col-sm-12 ">
62
62
< h1 id ="error-code " th:text ="${#response.status} ">
63
63
500
64
64
</ h1 >
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="header=#{t_add_buyer_seller} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="header=#{t_add_buyer_seller} ">
64
64
< h3 th:text ="${#strings.capitalize(header)} ">
65
65
Add buyer/seller
66
66
</ h3 >
Original file line number Diff line number Diff line change 63
63
</ ul >
64
64
</ div >
65
65
</ div >
66
- < div class ="row ">
67
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="add_series=#{t_add_series} ">
66
+ < div class ="row " id =" content " >
67
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="add_series=#{t_add_series} ">
68
68
< h3 th:text ="${#strings.capitalize(add_series)} ">
69
69
Add stamp series
70
70
</ h3 >
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-10 col-sm-offset-1 " th:with ="header=#{t_import_requests} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-10 col-sm-offset-1 " th:with ="header=#{t_import_requests} ">
64
64
< h3 th:text ="${#strings.capitalize(header)} ">
65
65
Import requests
66
66
</ h3 >
Original file line number Diff line number Diff line change 59
59
</ ul >
60
60
</ div >
61
61
</ div >
62
- < div class ="row ">
63
- < div id =" content " class ="col-sm-6 col-sm-offset-3 " th:with ="header=#{t_import_series} ">
62
+ < div class ="row " id =" content " >
63
+ < div class ="col-sm-6 col-sm-offset-3 " th:with ="header=#{t_import_series} ">
64
64
< h3 th:text ="${#strings.capitalize(header)} ">
65
65
Import a series
66
66
</ h3 >
You can’t perform that action at this time.
0 commit comments