0.0.118
This commit is contained in:
@@ -69,6 +69,14 @@ input, textarea, button, select {
|
|||||||
input::-ms-clear {
|
input::-ms-clear {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
input::-webkit-outer-spin-button,
|
||||||
|
input::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
input[type=number]{
|
||||||
|
-moz-appearance: textfield;
|
||||||
|
}
|
||||||
|
|
||||||
button, input[type="submit"] {
|
button, input[type="submit"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<label for="id_departure_DT">{{ form.fields.departure_DT.label }}</label>
|
<label for="id_departure_DT">{{ form.fields.departure_DT.label }}</label>
|
||||||
|
|
||||||
{% now "Y-m-d H:i" %}
|
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="datetime-local"
|
type="datetime-local"
|
||||||
@@ -113,7 +112,7 @@
|
|||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
type="text"
|
type="text"
|
||||||
minlength="3"
|
minlength="3"
|
||||||
maxlength="5"
|
|
||||||
name="from_address_point_txt"
|
name="from_address_point_txt"
|
||||||
class="from_address_point_txt post_route el_form_b_new_route"
|
class="from_address_point_txt post_route el_form_b_new_route"
|
||||||
{% if form.fields.from_address_point.required %} required{% endif %}
|
{% if form.fields.from_address_point.required %} required{% endif %}
|
||||||
@@ -256,7 +255,7 @@
|
|||||||
<div class="extra-controls">
|
<div class="extra-controls">
|
||||||
<label for="id_weight">{{ form.fields.weight.label }}</label>
|
<label for="id_weight">{{ form.fields.weight.label }}</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="number"
|
||||||
maxlength="4"
|
maxlength="4"
|
||||||
class="js-input"
|
class="js-input"
|
||||||
placeholder="Укажите вес"
|
placeholder="Укажите вес"
|
||||||
|
|||||||
Reference in New Issue
Block a user