This commit is contained in:
2023-12-01 12:02:52 +03:00
parent 18dd435678
commit 396db7a439
5 changed files with 44 additions and 7 deletions

View File

@@ -585,7 +585,7 @@
width: unset;
padding: 10px 0;
}
.bottom_block_static>form>.button_register{
.bottom_block_static>.form_wrapper>form>.button_register{
margin: 10px 0;
width: 92%;
padding: unset;

View File

@@ -1911,6 +1911,10 @@ button#edit_route {
position: relative;
}
.form_com_wrapper{
position: relative;
}
button.confirm_remove{
@@ -2198,7 +2202,7 @@ figure{
padding: 0px 10px 10px 10px;
width: 40%;
}
.bottom_block_static>form>.button_register{
.bottom_block_static>.form_com_wrapper>form>.button_register{
margin: auto;
padding: 10px;
width: 30%;