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