This commit is contained in:
2023-11-18 13:44:36 +03:00
parent 130d601e54
commit d40eed3c5d
3 changed files with 20 additions and 6 deletions

View File

@@ -153,7 +153,7 @@
margin-right: 37px; margin-right: 37px;
} }
.line_f_header{ .line_f_header{
top: 45px; top: 43px;
} }
.registration_button, .registration_button,
@@ -182,7 +182,6 @@
width: 100%; width: 100%;
} }
.wrapper_tab_button{ .wrapper_tab_button{
width: 55%;
margin-top: 20px; margin-top: 20px;
} }
.benefit_img{ .benefit_img{
@@ -196,9 +195,7 @@
.button_container{ .button_container{
margin-top: unset; margin-top: unset;
} }
.tab-btn-2{
margin: 0 0 5px 0;
}
button#more_button{ button#more_button{
width: 50%; width: 50%;
margin-top: 40px; margin-top: 40px;
@@ -1222,6 +1219,12 @@
flex-direction: column; flex-direction: column;
justify-content: unset; justify-content: unset;
} }
.dropdown-content{
width: 190px;
top: 27px;
left: -83px;
}
} }
@media (max-width: 466px) { @media (max-width: 466px) {
@@ -1254,6 +1257,13 @@
} }
@media (max-width: 360px){ @media (max-width: 360px){
.wrapper_tab_button{
width: 55%;
/*margin-top: 20px;*/
}
} }

View File

@@ -1107,7 +1107,7 @@ section.login>form>div>div:nth-child(5)>a {
section.profile { section.profile {
/*padding: 60px 0;*/ /*padding: 60px 0;*/
margin-bottom: 120px; margin-bottom: 120px;
width: 75%; width: 74%;
float: left; float: left;
} }
@@ -1343,6 +1343,7 @@ h2.title_new_route{
.errorlist>li{ .errorlist>li{
color:red; color:red;
margin-left: 12px; margin-left: 12px;
font-size: 14px;
} }
span.errorlist{ span.errorlist{
color: red; color: red;

View File

@@ -509,6 +509,9 @@ function sendRoute(el, routeID = null){
// location.href = '/profile' // location.href = '/profile'
document.querySelector(".info_profile").innerHTML = data.html document.querySelector(".info_profile").innerHTML = data.html
// document.querySelector(".tab_user_messanger.select").scrollIntoView({behavior: "smooth",block:'nearest',inline:'nearest'});
let list_div = document.querySelectorAll('.menu_profile div'); let list_div = document.querySelectorAll('.menu_profile div');
let my_routes = document.getElementById("my_routes_id") let my_routes = document.getElementById("my_routes_id")
list_div.forEach(el=>{ el.classList.remove('selected'); }); list_div.forEach(el=>{ el.classList.remove('selected'); });