0.1.342 small bug fix with buttons style
This commit is contained in:
@@ -431,10 +431,11 @@
|
|||||||
margin-top: unset;
|
margin-top: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#more_button{
|
#more_button, #send_parcel_button{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
/*margin-top: 40px;*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#title_static{
|
#title_static{
|
||||||
font-size: 33px;
|
font-size: 33px;
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
@@ -1847,6 +1848,11 @@
|
|||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#send_parcel_button{
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.news_block_main{
|
.news_block_main{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -2137,7 +2137,7 @@ span#sub_title_static{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#more_button{
|
#more_button, #send_parcel_button{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
/*height: 60px;*/
|
/*height: 60px;*/
|
||||||
width: 20%;
|
width: 20%;
|
||||||
@@ -2157,6 +2157,11 @@ span#sub_title_static{
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#send_parcel_button{
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
|
||||||
.top_block_static{
|
.top_block_static{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|||||||
@@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
{% if page.url == 'for_customers' %}
|
{% if page.url == 'for_customers' %}
|
||||||
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
onclick="document.location='{% url 'profile_page' 'create_route_for_customer' %}'"
|
||||||
id="more_button">{% translate "Отправить посылку" %}</button>
|
id="send_parcel_button">{% translate "Отправить посылку" %}
|
||||||
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if page.url == 'for_movers' %}
|
{% if page.url == 'for_movers' %}
|
||||||
<button
|
<button
|
||||||
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
|
onclick="document.location='{% url 'profile_page' 'create_route_for_mover' %}'"
|
||||||
id="more_button">{% translate "Перевезти посылку" %}</button>
|
id="send_parcel_button">{% translate "Перевезти посылку" %}</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b">
|
<a class="btn_a_anchor" href="#anchor_how_it_work" id="how_it_work_b">
|
||||||
|
|||||||
Reference in New Issue
Block a user