0.0.234 small bug fix
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
margin-right: 26px;
|
||||
}
|
||||
header .header-first{
|
||||
margin-top: 10px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
header .header-second {
|
||||
@@ -303,6 +303,10 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.four-column{
|
||||
display: unset;
|
||||
}
|
||||
|
||||
footer{
|
||||
height: unset;
|
||||
margin-top: unset;
|
||||
@@ -366,7 +370,11 @@
|
||||
max-width: 290px;
|
||||
}
|
||||
.button_register>button{
|
||||
width: 106%;
|
||||
width: 109%;
|
||||
}
|
||||
|
||||
#request_btn{
|
||||
width: 109%;
|
||||
}
|
||||
/*END logi_page*/
|
||||
|
||||
@@ -404,6 +412,7 @@
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
/* END registration page*/
|
||||
@@ -1076,6 +1085,10 @@
|
||||
|
||||
/* */
|
||||
|
||||
.second-footer{
|
||||
height: unset;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 847px){
|
||||
.container_subscribe{
|
||||
@@ -1204,6 +1217,10 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.agree>div:last-child{
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -967,6 +967,7 @@
|
||||
padding: 20px 15.2px;
|
||||
border-radius: 10px 0 0 10px;
|
||||
width: calc(100% - 95px);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.from_address_point_txt.find_route.w_100{
|
||||
@@ -1002,6 +1003,7 @@
|
||||
background-image: none !important;
|
||||
margin-top: 0;
|
||||
padding: 20px 15.2px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.input_list.find_route{
|
||||
@@ -1049,6 +1051,7 @@
|
||||
background: url(/static/img/svg/Calendar.svg) white 50%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right 2% bottom 45%;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1077,11 +1080,12 @@
|
||||
padding: 0;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
padding-left: 10px;
|
||||
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.last > select:focus-visible{
|
||||
|
||||
@@ -834,7 +834,6 @@ section.register>form {
|
||||
|
||||
.button_register>button {
|
||||
display: block;
|
||||
|
||||
/* Body text 3 */
|
||||
height: 60px;
|
||||
width: 105%;
|
||||
@@ -852,6 +851,11 @@ section.register>form {
|
||||
|
||||
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
|
||||
#request_btn{
|
||||
width: 103%;
|
||||
}
|
||||
#registration{
|
||||
width: 102%;
|
||||
}
|
||||
|
||||
@@ -253,7 +253,7 @@ function searchTown(el){
|
||||
|
||||
if (el.value.length > 0){
|
||||
el.style.background = 'white url("/static/img/svg/loader.svg") no-repeat calc(100% - 15px) center';
|
||||
loader_place_ins_boris(el)
|
||||
|
||||
|
||||
|
||||
}else {
|
||||
@@ -261,12 +261,13 @@ function searchTown(el){
|
||||
}
|
||||
|
||||
if(el.value.length>=3){
|
||||
|
||||
let timer = null
|
||||
if (timer) {
|
||||
clearTimeout(timer);
|
||||
}
|
||||
timer = setTimeout(function(){
|
||||
|
||||
loader_place_ins_boris(el)
|
||||
timer = null;
|
||||
let form = el.form;
|
||||
let type_transport_el = form['type_transport'];
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
|
||||
<div class="button_register">
|
||||
<button onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
|
||||
<button id="request_btn" onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
</div>
|
||||
|
||||
<div class="button_register">
|
||||
<button onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
|
||||
<button id="request_btn" onclick="RequestCommercialOffer(this)">{% translate "Оставить заявку" %}</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user