diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index dde7da2..052c92e 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -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; + } + diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 4cfb519..71970b2 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -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{ diff --git a/static/css/styles.css b/static/css/styles.css index 083dee3..091c36e 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -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%; } diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 5d9397a..490ae44 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -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']; diff --git a/templates/blocks/static_pages_blocks/b_advertisement.html b/templates/blocks/static_pages_blocks/b_advertisement.html index 242f8b0..2deeee2 100644 --- a/templates/blocks/static_pages_blocks/b_advertisement.html +++ b/templates/blocks/static_pages_blocks/b_advertisement.html @@ -35,7 +35,7 @@
diff --git a/templates/blocks/static_pages_blocks/b_partners.html b/templates/blocks/static_pages_blocks/b_partners.html index cd31a5e..a86957d 100644 --- a/templates/blocks/static_pages_blocks/b_partners.html +++ b/templates/blocks/static_pages_blocks/b_partners.html @@ -47,7 +47,7 @@