From 410733211be38826a48207178f6252912e1c73b8 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Wed, 20 Dec 2023 14:03:59 +0300 Subject: [PATCH] 0.0.328 fix bug in lalble b_new_route.html | upd style title for routes on main page | commented out the code in b_chats.html for i icon --- static/css/mobile_styles.css | 2 +- static/css/styles(boris).css | 7 +++- templates/blocks/profile/b_chats.html | 2 +- templates/blocks/profile/b_new_route.html | 49 +++++++++++++---------- 4 files changed, 35 insertions(+), 25 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index f62aa01..3ef416c 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1047,7 +1047,7 @@ .cargo_type_trans{ display: block; margin-bottom: 15px; - float: unset; + /*float: unset;*/ } .from-to-country-container-carrier{ diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 104637f..2c23dbe 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1536,7 +1536,12 @@ font-weight: 500; font-size: 20px; color: #272424; - padding-bottom: 10px; + + margin-bottom: 10px; + border: 2px solid #FF613A; + border-radius: 10px; + padding: 5px; + text-align: center; } .name_carrier{ diff --git a/templates/blocks/profile/b_chats.html b/templates/blocks/profile/b_chats.html index 54fbdfe..c06f517 100644 --- a/templates/blocks/profile/b_chats.html +++ b/templates/blocks/profile/b_chats.html @@ -68,7 +68,7 @@ - +{# #}
diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 83850dc..9f046ff 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -56,7 +56,16 @@ {% endif %}
- +{# #} + {% if form.initial and form.initial.type_transport and form.initial.type_transport != '' %}
@@ -64,11 +73,11 @@