0.0.44 upd style.css
This commit is contained in:
@@ -81,6 +81,7 @@ button::-moz-focus-inner {
|
|||||||
|
|
||||||
label {
|
label {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
margin-bottom: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
@@ -939,6 +940,36 @@ form.new_route{
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.from_to_country>div>input:nth-child(3){
|
||||||
|
display: block;
|
||||||
|
border-radius: 15px;
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
padding: 10px;
|
||||||
|
color: #272424;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 22px;
|
||||||
|
appearance: none;
|
||||||
|
background: url("/static/img/png/icon-arrow.png") no-repeat calc(100% - 15px) center;
|
||||||
|
}
|
||||||
|
div.departure_arrival>div>input{
|
||||||
|
display: block;
|
||||||
|
border-radius: 15px;
|
||||||
|
border: 1px solid #E6E6E6;
|
||||||
|
padding: 10px;
|
||||||
|
color: #272424;
|
||||||
|
font-family: Inter;
|
||||||
|
font-size: 16px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 22px;
|
||||||
|
appearance: none;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*end create new route*/
|
/*end create new route*/
|
||||||
|
|
||||||
@@ -1008,7 +1039,10 @@ form.new_route{
|
|||||||
.input_list.show{
|
.input_list.show{
|
||||||
display:block;
|
display:block;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
height: 200px;
|
height: max-content;
|
||||||
|
/*position: absolute;*/
|
||||||
|
padding-top: 20px;
|
||||||
|
background-color: #ffcc80;
|
||||||
|
|
||||||
}
|
}
|
||||||
.input_list show.hide{
|
.input_list show.hide{
|
||||||
@@ -1017,4 +1051,12 @@ form.new_route{
|
|||||||
|
|
||||||
select#id_cargo_type{
|
select#id_cargo_type{
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
background: none;
|
||||||
|
overflow: auto;
|
||||||
|
width: 193px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.from_to_place>div>select{
|
||||||
|
width: 392px;
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -88,6 +88,7 @@
|
|||||||
{% if form.fields.to_address_point.required %} required{% endif %}
|
{% if form.fields.to_address_point.required %} required{% endif %}
|
||||||
id="id_to_address_point_txt"
|
id="id_to_address_point_txt"
|
||||||
{% if form.cleaned_data.to_address_point_txt %}value="{{ form.cleaned_data.to_address_point_txt}}"{% endif %}
|
{% if form.cleaned_data.to_address_point_txt %}value="{{ form.cleaned_data.to_address_point_txt}}"{% endif %}
|
||||||
|
|
||||||
/>
|
/>
|
||||||
<div class="input_list" name="to_address_point_txt_list">
|
<div class="input_list" name="to_address_point_txt_list">
|
||||||
|
|
||||||
@@ -186,6 +187,7 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<label for="id_phone">{{ form.fields.phone.label }}</label>
|
<label for="id_phone">{{ form.fields.phone.label }}</label>
|
||||||
<input
|
<input
|
||||||
@@ -200,7 +202,9 @@
|
|||||||
<span>{{ form.errors.phone }}</span>
|
<span>{{ form.errors.phone }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
<label for="id_extra_phone">{{ form.fields.extra_phone.label }}</label>
|
<label for="id_extra_phone">{{ form.fields.extra_phone.label }}</label>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
@@ -212,6 +216,7 @@
|
|||||||
<span>{{ form.errors.extra_phone }}</span>
|
<span>{{ form.errors.extra_phone }}</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user