diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index a9a195e..db87c21 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -600,6 +600,7 @@ .text_btn_profile{ font-size: 12px; + top: 20px; } .block-list-of-users{ @@ -925,6 +926,18 @@ max-width: 245px; } + #customer>.text_btn_profile{ + top: 12px; + left: 70px; + width: 50%; + } + + #mover>.text_btn_profile{ + top: 12px; + left: 70px; + width: 50%; + } + /* END my_profile*/ diff --git a/static/css/styles.css b/static/css/styles.css index 9886120..fea8c96 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1153,13 +1153,11 @@ h2.title_new_route{ /*}*/ -#customer>.text_btn_profile{ - top: 10px; - left: 4px; -} -#mover>.text_btn_profile{ - top: 10px; + +#mover>.text_btn_profile, #customer>.text_btn_profile{ + top: 12px; left: 4px; + line-height: 18px; } .text_btn_profile{