0.0.155 upd select css
This commit is contained in:
@@ -1272,8 +1272,8 @@ form.new_route{
|
||||
|
||||
}
|
||||
.departure_arrival>div:nth-child(2),
|
||||
.from_to_place>div:last-child,
|
||||
.from_to_country>div:last-child,
|
||||
.from_to_place>div:nth-child(2),
|
||||
.from_to_country>div:nth-child(2),
|
||||
.phone>div:nth-child(2)
|
||||
{
|
||||
width: 50%;
|
||||
|
||||
@@ -173,7 +173,9 @@
|
||||
<span>{{ form.errors.to_address_point }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
|
||||
{# <div>#}
|
||||
{# <label for="id_from_city">{{ form.fields.from_city.label }}</label>#}
|
||||
{# <input type="text" name="from_city"{% if form.fields.from_city.required %} required{% endif %} id="id_from_city">#}
|
||||
@@ -188,7 +190,7 @@
|
||||
<select
|
||||
class="custom_select el_form_b_new_route"
|
||||
name="from_place"
|
||||
{# onchange="hideErrorMsg(this)"#}
|
||||
{# onchange="hideErrorMsg(this)"#}
|
||||
id="id_from_place"
|
||||
{% if form.fields.from_place.required %} required{% endif %}>
|
||||
{% for item in form.fields.from_place.choices %}
|
||||
@@ -220,6 +222,7 @@
|
||||
<span>{{ form.errors.to_place }}</span>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user