From b3a2ff0f1502ba4a9d64cc1db4b9b076af62b6a6 Mon Sep 17 00:00:00 2001 From: borissedw Date: Fri, 4 Aug 2023 14:01:30 +0300 Subject: [PATCH] 0.0.33 --- static/css/styles(boris).css | 10 ++++++---- templates/blocks/profile/b_create_ticket.html | 4 +++- templates/pages/p_results_search_route.html | 2 ++ templates/tb_base.html | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 templates/pages/p_results_search_route.html diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 279e760..c42a625 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -329,13 +329,14 @@ } .container-messages{ - height: 74%; + height: calc(74% - 70px); width: 100%; - /*transform: rotate(180deg);*/ + /* transform: rotate(180deg); */ overflow-y: auto; - /*transform: scaleY(-1);*/ + /* transform: scaleY(-1); */ display: flex; flex-direction: column-reverse; + padding-top: 70px; } @@ -512,6 +513,7 @@ .insert_users{ /*min-height: 440px;*/ + margin-bottom: 20px; } /*messgae*/ @@ -581,7 +583,7 @@ .container_text_message{ width: 100%; - min-height: 60px; + /*min-height: 60px;*/ border-radius: 10px; } diff --git a/templates/blocks/profile/b_create_ticket.html b/templates/blocks/profile/b_create_ticket.html index e040693..d432270 100644 --- a/templates/blocks/profile/b_create_ticket.html +++ b/templates/blocks/profile/b_create_ticket.html @@ -46,4 +46,6 @@ {# #} - \ No newline at end of file + + +
\ No newline at end of file diff --git a/templates/pages/p_results_search_route.html b/templates/pages/p_results_search_route.html new file mode 100644 index 0000000..a6f7824 --- /dev/null +++ b/templates/pages/p_results_search_route.html @@ -0,0 +1,2 @@ +{% extends "tb_base.html" %} +{% load static %} \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html index 67e656d..4fb85dc 100644 --- a/templates/tb_base.html +++ b/templates/tb_base.html @@ -14,11 +14,11 @@ {% block meta %} - {% endblock %}
+ {% include 'blocks/b_header.html' %} {% block content %}