diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index f88e4b8..1dde9e8 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -1515,6 +1515,10 @@ @media (max-width: 950px){ +#title_static_small{ + display: none; +} + .info_profile{ width: 65%; float: none; diff --git a/static/css/styles.css b/static/css/styles.css index 1b442ae..a44e2b6 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -2265,7 +2265,7 @@ button.cancel_remove.show, button.confirm_remove.show{ font-size: 26px; } -#title_static{ +#title_static, #title_static_small{ text-align: center; font-size: 44px; font-style: normal; @@ -2275,6 +2275,10 @@ button.cancel_remove.show, button.confirm_remove.show{ } +#title_static_small{ + font-size: 34px; +} + .ta_center{ margin: 120px auto 40px; } @@ -2337,12 +2341,12 @@ span#sub_title_static{ height: 60px; } -.top_block_static{ +.top_block_static { position: relative; width: 90%; - height: 194px; + height: 270px; margin: 0 auto 0; - padding: 60px 40px 0 40px; + padding: 40px 40px 0 40px; } .top_block_static_wrapper{ @@ -2376,10 +2380,10 @@ span#sub_title_static{ url(/static/img/png/Box8.png), url(/static/img/png/Box4.png); background-position: - bottom -31px left -13px, + bottom 26px left -13px, top 159px left 242px, - top 0px right -15px, - top 146px right 215px; + top 34px right -19px, + top 145px right 215px; background-repeat: no-repeat, no-repeat, diff --git a/templates/blocks/profile/b_new_route.html b/templates/blocks/profile/b_new_route.html index 80f4980..b634a1e 100644 --- a/templates/blocks/profile/b_new_route.html +++ b/templates/blocks/profile/b_new_route.html @@ -5,6 +5,11 @@ + {% if owner_type == 'customer' %} +