0.0.19
This commit is contained in:
@@ -324,6 +324,7 @@
|
||||
.container-messages{
|
||||
height: 63%;
|
||||
width: 100%;
|
||||
min-height: 440px;
|
||||
}
|
||||
|
||||
.footer-chat{
|
||||
@@ -455,10 +456,18 @@
|
||||
width: 100%;
|
||||
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
|
||||
height: 60px;
|
||||
background: #FFFFFF;
|
||||
/*padding: 20px;*/
|
||||
margin-bottom: 40px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.name_ticket > span{
|
||||
padding: 20px;
|
||||
font-size: 16px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.insert_users{
|
||||
min-height: 440px;
|
||||
}
|
||||
@@ -31,6 +31,8 @@
|
||||
</div>
|
||||
<div class="block-list-of-users">
|
||||
<span class="title-list-of-users">Пользователи</span>
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
<div class="insert_users">
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -33,6 +33,9 @@
|
||||
</div>
|
||||
<div class="block-list-of-users">
|
||||
<span class="title-list-of-users">Пользователи</span>
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
<div class="insert_users">
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user