Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -221,7 +221,7 @@ body {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 5px 40px;
|
padding: 5px 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
@@ -1105,7 +1105,7 @@ section.login>form>div>div:nth-child(5)>a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
section.profile {
|
section.profile {
|
||||||
padding: 60px 40px 0;
|
padding: 60px 0;
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
float: left;
|
float: left;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
|
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
|
||||||
{% if user_subscribe %}<div class="subscribe_type_txt"><span class="f-l">Подписка:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span><div class="clear_both"></div></div>{% endif %}
|
{% if user_subscribe %}<div class="subscribe_type_txt"><span class="f-l">Подписка:</span> <span class="f-r">{{ user_subscribe.subscribe.name }}</span><div class="clear_both"></div></div>{% endif %}
|
||||||
{% with sel_page_name='create_route_for_mover' ajax_url="dashboard" title="Профиль" img_path="/static/img/svg/User.svg"%}
|
{% with sel_page_name='create_route_for_mover' sel_page_name='dashboard' ajax_url="dashboard" title="Профиль" img_path="/static/img/svg/User.svg"%}
|
||||||
{% include "widgets/profile/w_button_for_profile_menu.html" %}
|
{% include "widgets/profile/w_button_for_profile_menu.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% with sel_page_name='create_route_for_customer' dom_id="customer" ajax_url="new_route_view" owner_type="customer" title="Разместить объявление как отправитель" img_path="/static/img/svg/PushPin.svg"%}
|
{% with sel_page_name='create_route_for_customer' dom_id="customer" ajax_url="new_route_view" owner_type="customer" title="Разместить объявление как отправитель" img_path="/static/img/svg/PushPin.svg"%}
|
||||||
|
|||||||
Reference in New Issue
Block a user