diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index c28ee50..2686377 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -431,10 +431,11 @@ margin-top: unset; } - #more_button{ + #more_button, #send_parcel_button{ width: 50%; - /*margin-top: 40px;*/ + } + #title_static{ font-size: 33px; line-height: 42px; @@ -1847,6 +1848,11 @@ margin-top: 40px; } + #send_parcel_button{ + width: 100%; + margin-top: 40px; + } + .news_block_main{ justify-content: center; diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 6526fee..a0394f8 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1033,7 +1033,7 @@ .from_address_point_txt.find_route.first.w_100{ width: calc(100% - 35px); - border-right: 1px solid #E6E6E6; + border-right: 2px solid #E6E6E6; } .from_address_point_txt.post_route.first.w_100{ @@ -1079,16 +1079,19 @@ .input_list.find_route{ - width: 100%; - /* display: block; */ - border-radius: 0 10px; - top: 61px; + width: calc(100% - 3px); + /*display: block;*/ + border-radius: 0 0 10px 10px; + top: 53px; z-index: 10000; } .input_list.find_route.show{ display: block; + border: 2px solid #E6E6E6; + border-top: hidden; + } .container_inp_w_abr{ diff --git a/static/css/styles.css b/static/css/styles.css index 5d97f54..4e964ce 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1726,6 +1726,25 @@ div.departure_arrival>div>input{ } + +/*.input_list::-webkit-scrollbar {*/ +/* width: 5px;*/ +/* height: 20px;*/ +/* background-color: #FF613A;*/ + +/*}*/ + + +.input_list::-webkit-scrollbar { + width: 7px; +} +.input_list::-webkit-scrollbar-thumb { + background-color: #FF613A; + border-radius: 20px; + +} + + .input_list.post_route{ padding-top: 20px; max-width: 390px; @@ -2137,7 +2156,7 @@ span#sub_title_static{ } -#more_button{ +#more_button, #send_parcel_button{ display: inline-block; /*height: 60px;*/ width: 20%; @@ -2157,6 +2176,11 @@ span#sub_title_static{ } + +#send_parcel_button{ + height: 60px; +} + .top_block_static{ position: relative; width: 90%; diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index 8d78d51..f148a93 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -46,9 +46,9 @@
- +