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;
|
||||
|
||||
Reference in New Issue
Block a user