0.0.292 upd error messages for forms
This commit is contained in:
@@ -474,7 +474,12 @@
|
||||
}
|
||||
|
||||
#request_btn{
|
||||
width: 109%;
|
||||
width: 103%;
|
||||
}
|
||||
.bottom_block_static>form>.button_register{
|
||||
padding: 10px 0;
|
||||
width: 97%;
|
||||
margin: unset;
|
||||
}
|
||||
/*END logi_page*/
|
||||
|
||||
@@ -591,7 +596,8 @@
|
||||
padding: unset;
|
||||
}
|
||||
#scroll_to_div>form>.button_register{
|
||||
width: 92%;
|
||||
width: 97%;
|
||||
margin: unset;
|
||||
}
|
||||
span#sub_title_static{
|
||||
/*margin: unset;*/
|
||||
@@ -906,7 +912,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
.inputs_l>input{
|
||||
width: calc(100% - 10px);
|
||||
width: calc(100% - 15px);
|
||||
}
|
||||
.inputs_l{
|
||||
width: 100%;
|
||||
|
||||
@@ -1050,7 +1050,7 @@ section.login>form {
|
||||
|
||||
.inputs_l {
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
/*height: 60px;*/
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -1889,13 +1889,22 @@ button#edit_route {
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
font-weight: 700;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
||||
background: #F8F8F8;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 101%;
|
||||
border-radius: 10px;
|
||||
height: -webkit-fill-available;
|
||||
width: -webkit-fill-available;
|
||||
}
|
||||
|
||||
#error_footer{
|
||||
color: #ff0000;
|
||||
font-size: 13px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
#error_com_offer, #error_feedback{
|
||||
color: #ff0000;
|
||||
font-size: 14px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.msg_text {
|
||||
@@ -2202,10 +2211,10 @@ figure{
|
||||
padding: 0px 10px 10px 10px;
|
||||
width: 40%;
|
||||
}
|
||||
.bottom_block_static>.form_com_wrapper>form>.button_register{
|
||||
.bottom_block_static>form>.button_register{
|
||||
margin: auto;
|
||||
padding: 10px;
|
||||
width: 30%;
|
||||
padding: 10px 0;
|
||||
width: 39%;
|
||||
}
|
||||
|
||||
.bottom_block_static>#box1 {
|
||||
@@ -2305,11 +2314,11 @@ figure{
|
||||
/*float: left;*/
|
||||
/*width: 45%;*/
|
||||
display: inline-block;
|
||||
width: 42%;
|
||||
width: 47%;
|
||||
padding-right: 14px;
|
||||
}
|
||||
.right_inputs_form{
|
||||
/*float: right;*/
|
||||
float: right;
|
||||
/*width: 50%;*/
|
||||
width: 50%;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user