File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ label {
116
116
}
117
117
118
118
.number-input {
119
- width : 4em ;
119
+ /* !important is needed in order to override "width: auto" from .form-control */
120
+ width : 4em !important ;
120
121
}
121
122
122
123
.image-gallery {
Original file line number Diff line number Diff line change @@ -456,11 +456,11 @@ <h5 class="text-center" th:text="#{t_similar_series}">
456
456
</p>
457
457
/*/-->
458
458
459
- < p id ="number-of-stamps-block " th:if ="${series.quantity != 1} ">
459
+ < p id ="number-of-stamps-block " th:if ="${series.quantity != 1} " class =" form-inline " >
460
460
< span th:text ="#{t_i_have} " th:remove ="tag "> I have</ span >
461
461
< input id ="number-of-stamps "
462
462
type ="number "
463
- class ="number-input "
463
+ class ="form-control input-sm number-input "
464
464
required ="required "
465
465
min ="1 "
466
466
max ="7 "
@@ -480,11 +480,13 @@ <h5 class="text-center" th:text="#{t_similar_series}">
480
480
th:text="${error}"></span>
481
481
</p>
482
482
/*/-->
483
- < p th:with ="price_msg=#{t_price},paidUser=${#authorization.expression('hasAuthority(''ADD_SERIES_PRICE'')')} "
483
+ < p class ="form-inline "
484
+ th:with ="price_msg=#{t_price},paidUser=${#authorization.expression('hasAuthority(''ADD_SERIES_PRICE'')')} "
484
485
th:attrappend ="title=${paidUser ? null : '__#{t_only_for_paid_users}__'} ">
485
486
486
487
< span th:text ="#{t_i_bought_for} " th:remove ="tag "> I bought for</ span >
487
488
< input id ="paid-price "
489
+ class ="form-control input-sm number-input "
488
490
type ="text "
489
491
size ="5 "
490
492
placeholder ="price "
@@ -493,6 +495,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
493
495
th:disabled ="${paidUser ? null : 'disabled'} "
494
496
/>
495
497
< select id ="paid-currency "
498
+ class ="form-control input-sm "
496
499
th:field ="*{currency} "
497
500
th:disabled ="${paidUser ? null : 'disabled'} ">
498
501
< option value =""> </ option >
You can’t perform that action at this time.
0 commit comments