0.0.306 upd registration error_msg

This commit is contained in:
2023-12-03 18:58:54 +03:00
parent 3469a3923c
commit 0818f880cc
3 changed files with 103 additions and 47 deletions

View File

@@ -821,13 +821,15 @@ section.register>form {
}
.agree {
display: flex;
/*display: flex;*/
margin-bottom: 40px;
align-items: end;
display: inline-block;
}
.agree>.checkbox{
width: 50px;
display: inline-block;
}
.agree_text {
@@ -837,6 +839,8 @@ section.register>form {
font-style: normal;
font-weight: 400;
line-height: 20px;
display: inline-block;
width: 90%;
}
.button_register>button {
@@ -1370,14 +1374,14 @@ h2.title_new_route{
width: 100%;
}
.errorlist{
position: absolute;
/*position: absolute;*/
}
.errorlist>li{
color:red;
margin-left: 12px;
font-size: 14px;
font-size: 12px;
}
span.errorlist{
color: red;
@@ -1670,6 +1674,12 @@ div.departure_arrival>div>input{
.input_list .hide{
display: none;
}
span.hide{
display: none;
}
#agreement_check.hide{
display: none;
}