From 5af924556eb0e6db039cd426c29e96ee18faad35 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Sun, 24 Sep 2023 17:50:11 +0300 Subject: [PATCH] 0.0.155 upd select css --- static/css/styles.css | 4 +-- templates/blocks/profile/b_new_route.html | 41 ++++++++++++----------- 2 files changed, 24 insertions(+), 21 deletions(-) diff --git a/static/css/styles.css b/static/css/styles.css index 1a0a743..74407c0 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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%; diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 0893a74..abc4c69 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -141,7 +141,7 @@ {{ form.errors.from_address_point}} {% endif %} -
+
{{ form.errors.to_address_point }} {% endif %} +
+
- + {#
#} {# #} {# #} @@ -184,23 +186,23 @@ {#
#}
- - - {% if not errors_off and form.errors and form.errors.from_place %} - {{ form.errors.from_place }} - {% endif %} + + + {% if not errors_off and form.errors and form.errors.from_place %} + {{ form.errors.from_place }} + {% endif %}
@@ -220,6 +222,7 @@ {{ form.errors.to_place }} {% endif %}
+