0.0.199 small upd for my_routes
This commit is contained in:
@@ -504,6 +504,7 @@
|
|||||||
.info_profile{
|
.info_profile{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: none;
|
float: none;
|
||||||
|
margin-left: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.block-list-of-users{
|
.block-list-of-users{
|
||||||
@@ -576,8 +577,15 @@
|
|||||||
width: unset;
|
width: unset;
|
||||||
}
|
}
|
||||||
/* END news_page*/
|
/* END news_page*/
|
||||||
|
/*profile_prof*/
|
||||||
|
.info_profile>h1{
|
||||||
|
font-size: 18px;
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 600;
|
||||||
|
line-height: 26px;
|
||||||
|
margin-bottom: 40px;
|
||||||
|
}
|
||||||
|
/*END profile_prof*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -964,7 +964,7 @@ input.deactive {
|
|||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 31%;
|
left: 34%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title_for_msg_by_email{
|
.title_for_msg_by_email{
|
||||||
@@ -1259,6 +1259,7 @@ h2.title_new_route{
|
|||||||
|
|
||||||
.profile_prof>img {
|
.profile_prof>img {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile_prof>div>div:first-child {
|
.profile_prof>div>div:first-child {
|
||||||
@@ -1407,13 +1408,20 @@ form.new_route{
|
|||||||
}
|
}
|
||||||
.departure_arrival>div:nth-child(2),
|
.departure_arrival>div:nth-child(2),
|
||||||
.from_to_place>div:nth-child(2),
|
.from_to_place>div:nth-child(2),
|
||||||
.from_to_country>div:nth-child(2),
|
.from_to_country>div:nth-child(2)
|
||||||
.phone>div:nth-child(2)
|
|
||||||
{
|
{
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: right;
|
float: right;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
.phone>div:nth-child(2){
|
||||||
|
width: 49%;
|
||||||
|
float: right;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1610,11 +1618,10 @@ input#id_extra_phone
|
|||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
width: 394px;
|
width: 380px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
border: 2px solid #E6E6E6;
|
border: 2px solid #E6E6E6;
|
||||||
color: #272424;
|
color: #272424;
|
||||||
font-family: Inter;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
@@ -694,6 +694,11 @@ function editRoute(id) {
|
|||||||
|
|
||||||
// location.href = '/profile'
|
// location.href = '/profile'
|
||||||
document.querySelector(".info_profile").innerHTML = data.html;
|
document.querySelector(".info_profile").innerHTML = data.html;
|
||||||
|
if(data.html){
|
||||||
|
let changeTextButton = document.getElementById('registration')
|
||||||
|
changeTextButton.innerText = 'Сохранить изменения'
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
sliderInit();
|
sliderInit();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user