0.0.253 small rewrite for button with name in header
This commit is contained in:
@@ -112,6 +112,10 @@
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.title_page{
|
||||
font-size: 34px;
|
||||
}
|
||||
|
||||
|
||||
.wrapper_content {
|
||||
margin: 20px;
|
||||
@@ -1159,7 +1163,7 @@
|
||||
height: unset;
|
||||
margin: 20px auto;
|
||||
padding: 10px;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
|
||||
}
|
||||
.text_another_subscribe{
|
||||
@@ -1169,7 +1173,7 @@
|
||||
line-height: 20px;
|
||||
}
|
||||
.padding-n-width-another-subscribes{
|
||||
padding-bottom: 10px;
|
||||
/*padding-bottom: 10px;*/
|
||||
padding-right: unset;
|
||||
width: unset;
|
||||
}
|
||||
@@ -1249,6 +1253,8 @@
|
||||
|
||||
.read_more_about_subscribe{
|
||||
padding: 0 14px;
|
||||
height: 30px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.subscribe_inf_right_part, .subscribe_inf_left_part{
|
||||
@@ -1257,6 +1263,8 @@
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.subscribe_inf{
|
||||
height: unset;
|
||||
}
|
||||
@@ -1406,7 +1414,7 @@
|
||||
.another_subscribe{
|
||||
padding: 10px;
|
||||
flex-direction: unset;
|
||||
justify-content: space-evenly;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.inf_carrier_icon{
|
||||
/*width: 3%;*/
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
.text-align-center{
|
||||
text-align: -moz-center;
|
||||
text-align: -webkit-center;
|
||||
width: 100%;
|
||||
|
||||
|
||||
@@ -653,8 +653,15 @@ header .header-second {
|
||||
}
|
||||
|
||||
span.btn_profile_name {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
/*padding-top: 10px;*/
|
||||
}
|
||||
|
||||
#placeholder1{
|
||||
height: 50px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.header-second-item>a{
|
||||
@@ -1555,7 +1562,9 @@ form.new_route{
|
||||
}
|
||||
|
||||
|
||||
|
||||
form.new_route>.button_register>#registration{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
div.departure_arrival>div>input{
|
||||
@@ -1563,7 +1572,7 @@ div.departure_arrival>div>input{
|
||||
border-radius: 15px;
|
||||
border: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
@@ -1574,6 +1583,9 @@ div.departure_arrival>div>input{
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-top: 10px;
|
||||
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 2% bottom 45%;
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
<span class="btn_profile_name">
|
||||
{{ user.first_name }} {{ user.last_name }}
|
||||
</span>
|
||||
<span id="placeholder1"></span>
|
||||
<div class="icon_unread_messages" style="padding-top: 2px;padding-right: 13px;">
|
||||
<div class="cost-messages-in-user-tab-messenger" style="background: #FFFFFF;">
|
||||
<span class="unredmessages_value_text" style="padding-top: 2px;padding-left: 0; color: #000000;"></span>
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
{# {% if form.initial.departure_DT %}value="{{ form.initial.departure_DT.date|date:"Y-m-d" }}T{{ form.initial.departure_DT.time|date:"H:i" }}"{% endif %}#}
|
||||
{# />#}
|
||||
{# boris change input #}
|
||||
<input class="el_form_b_new_route" type="text" id="id_departure_DT" name="departure_DT" placeholder="" {% if form.initial.departure_DT %} value="{{ form.initial.departure_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
||||
<input class="el_form_b_new_route" type="text" id="id_departure_DT" name="departure_DT" placeholder="{% translate "Выберите дату и время" %}" {% if form.initial.departure_DT %} value="{{ form.initial.departure_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
||||
<div id="displayRegervation"></div>
|
||||
|
||||
{% if not errors_off and form.errors and form.errors.departure_DT %}
|
||||
@@ -96,7 +96,7 @@
|
||||
{# {% if form.initial.arrival_DT %}value="{{ form.initial.arrival_DT.date|date:"Y-m-d" }}T{{ form.initial.arrival_DT.time|date:"H:i" }}"{% endif %}#}
|
||||
{# />#}
|
||||
{# boris change input #}
|
||||
<input class="el_form_b_new_route" type="text" id="id_arrival_DT" name="arrival_DT" placeholder="" {% if form.initial.arrival_DT %} value="{{ form.initial.arrival_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
||||
<input class="el_form_b_new_route" type="text" id="id_arrival_DT" name="arrival_DT" placeholder="{% translate "Выберите дату и время" %}" {% if form.initial.arrival_DT %} value="{{ form.initial.arrival_DT|date:"y.m.d H:m" }}"{% endif %}/>
|
||||
|
||||
<div id="displayRegervation"></div>
|
||||
{# end #}
|
||||
@@ -146,7 +146,7 @@
|
||||
type="number"
|
||||
name="from_address_point"
|
||||
id="id_from_address_point"
|
||||
class="el_form_find_route"
|
||||
class="el_form_b_new_route el_form_find_route"
|
||||
hidden
|
||||
class="disp-none"
|
||||
{% if route_form.initial.from_address_point %}value="{{ route_form.initial.from_address_point}}"{% endif %}/>
|
||||
@@ -203,7 +203,7 @@
|
||||
type="number"
|
||||
name="to_address_point"
|
||||
id="id_to_address_point"
|
||||
class="el_form_find_route"
|
||||
class="el_form_b_new_route el_form_find_route"
|
||||
hidden
|
||||
class="disp-none"
|
||||
{% if route_form.initial.to_address_point %}value="{{ route_form.initial.to_address_point}}"{% endif %}/>
|
||||
@@ -407,7 +407,7 @@
|
||||
<div>
|
||||
|
||||
<input type="checkbox" name="receive_msg_by_email" class="custom-checkbox" id="id_receive_msg_by_email">
|
||||
<label for="id_receive_msg_by_email">s
|
||||
<label for="id_receive_msg_by_email">
|
||||
<div class="receive_msg_by_email">{{ form.fields.receive_msg_by_email.label }}</div>
|
||||
|
||||
<img id="img_msg_by_email"
|
||||
|
||||
Reference in New Issue
Block a user