0.0.155 upd select css

This commit is contained in:
2023-09-24 17:50:11 +03:00
parent cec55a36ed
commit 5af924556e
2 changed files with 24 additions and 21 deletions

View File

@@ -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%;

View File

@@ -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>