mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4154 usd are design edit
This commit is contained in:
parent
c8428dc4a4
commit
c96893da79
@ -207,6 +207,7 @@ label {
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
width: 100%;
|
||||
@media only screen and (min-width: 576px) {
|
||||
width: 47.5%;
|
||||
}
|
||||
@ -219,6 +220,7 @@ label {
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
width: 100%;
|
||||
@media only screen and (min-width: 576px) {
|
||||
width: 50.75%;
|
||||
}
|
||||
|
||||
@ -123,9 +123,9 @@
|
||||
</div>
|
||||
|
||||
<div class="d-flex">
|
||||
<span class="w-100 {{ HideStandardPrice }}">
|
||||
<div class="d-flex flex-fill {{ HideStandardPrice }}">
|
||||
{% set standardPriceValue = form.fields.standard_price.value|split('.') %}
|
||||
<input class="mt-3 border-0 text-right standard-price-field whole-price flex-fill w-100"
|
||||
<input class="mt-3 border-0 text-right standard-price-field whole-price flex-fill"
|
||||
placeholder="0" value="{{ standardPriceValue|first }}"
|
||||
type="text">
|
||||
{% if setting_value('visiosoft.field_type.decimal::showDecimal') %}
|
||||
@ -134,7 +134,7 @@
|
||||
value="{{ standardPriceValue[1] }}"
|
||||
maxlength="2">
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<select name="currency" class="mt-3 border-0 ml-2" id="currency" required>
|
||||
{% for currency in config_get('streams::currencies.enabled') %}
|
||||
<option value="{{ currency }}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user