@@ -365,7 +365,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
365
365
< form method ="post " class ="form-horizontal " action ="info.html " th:action ="@{${ADD_SERIES_ASK_PAGE}(id=${series.id})} " th:object ="${addSeriesSalesForm} ">
366
366
367
367
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('date') ? 'has-error' : ''} ">
368
- < label for ="date " class ="control-label col-sm-2 ">
368
+ < label for ="date " class ="control-label col-sm-3 ">
369
369
< span class ="field-label " th:text ="#{t_date} ">
370
370
Date
371
371
</ span >
@@ -379,7 +379,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
379
379
</ div >
380
380
381
381
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('sellerId') ? 'has-error' : ''} ">
382
- < label for ="seller " class ="control-label col-sm-2 ">
382
+ < label for ="seller " class ="control-label col-sm-3 ">
383
383
< span class ="field-label " th:text ="#{t_seller} ">
384
384
Seller
385
385
</ span >
@@ -404,7 +404,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
404
404
</ div >
405
405
406
406
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('url') ? 'has-error' : ''} ">
407
- < label for ="url " class ="control-label col-sm-2 ">
407
+ < label for ="url " class ="control-label col-sm-3 ">
408
408
< span class ="field-label " th:text ="#{t_url} ">
409
409
URL
410
410
</ span >
@@ -418,7 +418,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
418
418
</ div >
419
419
420
420
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('price') or #fields.hasErrors('currency') ? 'has-error' : ''} ">
421
- < label for ="price " class ="control-label col-sm-2 ">
421
+ < label for ="price " class ="control-label col-sm-3 ">
422
422
< span class ="field-label " th:text ="#{t_price} ">
423
423
Price
424
424
</ span >
@@ -446,7 +446,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
446
446
</ div >
447
447
448
448
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('altPrice') or #fields.hasErrors('altCurrency') ? 'has-error' : ''} ">
449
- < label for ="price " class ="control-label col-sm-2 ">
449
+ < label for ="price " class ="control-label col-sm-3 ">
450
450
< span class ="field-label " th:text ="#{t_alternative_price} ">
451
451
Alternative price
452
452
</ span >
@@ -473,7 +473,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
473
473
</ div >
474
474
475
475
< div class ="form-group form-group-sm " th:classappend ="${#fields.hasErrors('buyerId') ? 'has-error' : ''} ">
476
- < label for ="buyer " class ="control-label col-sm-2 ">
476
+ < label for ="buyer " class ="control-label col-sm-3 ">
477
477
< span class ="field-label " th:text ="#{t_buyer} ">
478
478
Buyer
479
479
</ span >
@@ -496,7 +496,7 @@ <h5 th:text="|#{t_add_info_who_selling_series}:|">Add info about selling/buying
496
496
</ div >
497
497
498
498
< div class ="form-group form-group-sm ">
499
- < div class ="col-sm-offset-2 col-sm-4 ">
499
+ < div class ="col-sm-offset-3 col-sm-4 ">
500
500
< input type ="submit " class ="btn btn-primary " value ="Add info " th:value ="#{t_add_info} " />
501
501
</ div >
502
502
</ div >
0 commit comments