0.0.292 upd error messages for forms
This commit is contained in:
@@ -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