File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
java/ru/mystamps/web/feature/site
webapp/WEB-INF/views/series Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ class SeriesSaleImportForm extends React.Component {
138
138
< div className = "form-group form-group-sm" >
139
139
< div className = "col-sm-offset-3 col-sm-4" >
140
140
< button type = "submit"
141
- className = "btn btn-primary"
141
+ className = "btn btn-primary btn-sm "
142
142
disabled = { this . state . isDisabled } >
143
143
{ this . props . l10n [ 't_import_info' ] || 'Import info' }
144
144
</ button >
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.2.5 " ;
35
+ public static final String RESOURCES_VERSION = "v0.4.2.6 " ;
36
36
37
37
// CheckStyle: ignore LineLength for next 10 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 129
129
</ div >
130
130
< div class ="form-group from-group-sm ">
131
131
< div class ="col-sm-offset-3 col-sm-5 ">
132
- < input type ="submit " class ="btn btn-primary " value ="Add image " th:value ="#{t_add_image} " />
132
+ < input type ="submit " class ="btn btn-primary btn-sm " value ="Add image " th:value ="#{t_add_image} " />
133
133
</ div >
134
134
</ div >
135
135
</ form >
@@ -739,7 +739,7 @@ <h5 th:text="#{t_add_info_who_selling_series}">Add info about selling/buying thi
739
739
740
740
< div class ="form-group form-group-sm ">
741
741
< div class ="col-sm-offset-3 col-sm-4 ">
742
- < input type ="submit " class ="btn btn-primary " value ="Add info " th:value ="#{t_add_info} " />
742
+ < input type ="submit " class ="btn btn-primary btn-sm " value ="Add info " th:value ="#{t_add_info} " />
743
743
</ div >
744
744
</ div >
745
745
You can’t perform that action at this time.
0 commit comments