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