0.0.326 upd change_profile
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
.dropbtn{
|
||||
margin-right: unset;
|
||||
}
|
||||
|
||||
|
||||
.header_logo, .header_btn_mover{
|
||||
margin-right: 20px;
|
||||
}
|
||||
@@ -123,6 +125,9 @@
|
||||
.header_buttons{
|
||||
display: none;
|
||||
}
|
||||
.confirm_profile_btn{
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.not_found_routes>img{
|
||||
display: none;
|
||||
|
||||
@@ -537,6 +537,15 @@ header .header-first {
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
}
|
||||
#changes_saved_txt{
|
||||
display: none;
|
||||
}
|
||||
#changes_saved_txt.show{
|
||||
display: block;
|
||||
}
|
||||
#save_changes_txt.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
|
||||
@@ -405,6 +405,11 @@ function change_profile_confirm (el){
|
||||
|
||||
document.querySelector(".info_profile").innerHTML = data.html;
|
||||
|
||||
document.getElementById('save_changes_txt').classList.add('hide')
|
||||
document.getElementById('changes_saved_txt').classList.add('show')
|
||||
|
||||
|
||||
|
||||
},
|
||||
error: function (data){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user