0.0.33
This commit is contained in:
@@ -329,13 +329,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-messages{
|
.container-messages{
|
||||||
height: 74%;
|
height: calc(74% - 70px);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
/*transform: rotate(180deg);*/
|
/* transform: rotate(180deg); */
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
/*transform: scaleY(-1);*/
|
/* transform: scaleY(-1); */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
padding-top: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -512,6 +513,7 @@
|
|||||||
|
|
||||||
.insert_users{
|
.insert_users{
|
||||||
/*min-height: 440px;*/
|
/*min-height: 440px;*/
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*messgae*/
|
/*messgae*/
|
||||||
@@ -581,7 +583,7 @@
|
|||||||
|
|
||||||
.container_text_message{
|
.container_text_message{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 60px;
|
/*min-height: 60px;*/
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -46,4 +46,6 @@
|
|||||||
{# <input class="create-ticket-file" type="file" value="">#}
|
{# <input class="create-ticket-file" type="file" value="">#}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<div></div>
|
||||||
2
templates/pages/p_results_search_route.html
Normal file
2
templates/pages/p_results_search_route.html
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
{% extends "tb_base.html" %}
|
||||||
|
{% load static %}
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
|
|
||||||
|
|
||||||
{% block meta %}
|
{% block meta %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
||||||
{% include 'blocks/b_header.html' %}
|
{% include 'blocks/b_header.html' %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user