0.0.158
This commit is contained in:
@@ -576,6 +576,11 @@ header .header-second {
|
||||
|
||||
}
|
||||
|
||||
span.btn_profile_name {
|
||||
display: block;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.header-second-item>a{
|
||||
margin-right: 30px;
|
||||
}
|
||||
@@ -696,7 +701,7 @@ section.register>form {
|
||||
|
||||
/* Body text 3 */
|
||||
height: 60px;
|
||||
width: 97%;
|
||||
width: 105%;
|
||||
background: #FF613A;
|
||||
color: #FFF;
|
||||
/* Heading 5 */
|
||||
@@ -711,6 +716,9 @@ section.register>form {
|
||||
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
#registration{
|
||||
width: 102%;
|
||||
}
|
||||
|
||||
.button_register {
|
||||
width: 100%;
|
||||
@@ -895,7 +903,7 @@ section.login>form {
|
||||
}
|
||||
|
||||
.inputs_l {
|
||||
width: clamp(300px, 400px, 400px);
|
||||
width: 104%;
|
||||
height: 60px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
@@ -1983,7 +1991,7 @@ button#more_button{
|
||||
}
|
||||
|
||||
.feedback_form>form{
|
||||
width: 60%;
|
||||
width: 75%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.left_inputs_form{
|
||||
@@ -1998,12 +2006,13 @@ button#more_button{
|
||||
.counter-box{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
.counter-box>textarea{
|
||||
border-radius: 10px;
|
||||
border: 1px solid #FF613A;
|
||||
width: 405px;
|
||||
width: 100%;
|
||||
height: 130px;
|
||||
min-width: 65px;
|
||||
padding: 10px 0px 0px 10px;
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<div class="cont_header_btn_profile">
|
||||
<div class="button_profile_header" onclick="show_header_list()" data-user-id="{{ user.id }}">
|
||||
|
||||
<span>
|
||||
<span class="btn_profile_name">
|
||||
{{ user.first_name }} {{ user.last_name }}
|
||||
</span>
|
||||
<div class="icon_unread_messages" style="padding-top: 2px;padding-right: 13px;">
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
|
||||
</div>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
</form>
|
||||
<div class="clear_both"></div>
|
||||
|
||||
@@ -8,17 +8,17 @@
|
||||
{# <div><a class="active" href="#">Перевозчик</a></div>#}
|
||||
{# <div><a class="deadctive" href="#">Отправитель</a></div>#}
|
||||
{# </div>#}
|
||||
<div class="switch">
|
||||
<div class="form_radio_btn">
|
||||
|
||||
<input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >
|
||||
<label for="radio-1">Перевозчик</label>
|
||||
</div>
|
||||
<div class="form_radio_btn">
|
||||
<input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>
|
||||
<label for="radio-2">Отправитель</label>
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="switch">#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{##}
|
||||
{# <input class="{% if account_type == "mover" %}active {% else %} deactive{% endif %}" id="radio-1" type="radio" name="account_type" value="mover" >#}
|
||||
{# <label for="radio-1">Перевозчик</label>#}
|
||||
{# </div>#}
|
||||
{# <div class="form_radio_btn">#}
|
||||
{# <input class="{% if account_type == "sender" %}active {% else %} deactive{% endif %}" id="radio-2" type="radio" name="account_type" value="sender" checked>#}
|
||||
{# <label for="radio-2">Отправитель</label>#}
|
||||
{# </div>#}
|
||||
{# </div>#}
|
||||
|
||||
|
||||
<div class="inputs">
|
||||
|
||||
Reference in New Issue
Block a user