0.8.357
This commit is contained in:
@@ -534,6 +534,16 @@
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
}
|
||||
.menu_buttons.left.close.filters{
|
||||
left: -347px;
|
||||
transition: 200ms;
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
}
|
||||
.block_w_paging.routes {
|
||||
width: 100%;
|
||||
float: right;
|
||||
}
|
||||
.menu_buttons.left .handler_menu{
|
||||
transform: rotate(90deg);
|
||||
left: -48px;
|
||||
@@ -618,6 +628,7 @@
|
||||
|
||||
.text_f_curtain{
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.menu_profile{
|
||||
@@ -643,6 +654,9 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
.block_overlay.show.routes{
|
||||
display: block;
|
||||
}
|
||||
#customer>a, #mover>a{
|
||||
left: 5%;
|
||||
}
|
||||
|
||||
@@ -2300,6 +2300,20 @@
|
||||
position: absolute;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.menu_buttons.left.close.filters{
|
||||
width: 294px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
left: 0;
|
||||
padding: 13px;
|
||||
transition: 200ms;
|
||||
/* position: fixed; */
|
||||
float: left;
|
||||
text-align: left;
|
||||
top: 0;
|
||||
}
|
||||
.menu_buttons.right.open{
|
||||
right: 0;
|
||||
transition: 200ms;
|
||||
@@ -2326,15 +2340,16 @@
|
||||
}
|
||||
|
||||
.menu_buttons.left.open.filters{
|
||||
width: 300px;
|
||||
width: 294px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
left: 0;
|
||||
padding: 10px;
|
||||
padding: 13px;
|
||||
transition: 200ms;
|
||||
/* position: fixed; */
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.support .menu_buttons.left.open{
|
||||
@@ -2526,3 +2541,68 @@
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
/* checkbox type transport*/
|
||||
|
||||
.checkbox_type_transport{
|
||||
width: 100%;
|
||||
display: block;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.input_f_checkbox_type_transport{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.label_f_checkbox_type_transport{
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.trigger_f_type_transport{
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: 1px solid #E6E6E6;
|
||||
float: left;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.input_f_checkbox_type_transport:checked + label > .trigger_f_type_transport{
|
||||
background: #FF613A;
|
||||
}
|
||||
|
||||
.img_f_checkbox_type_transport{
|
||||
display: inline-block;
|
||||
padding-top: 11px;
|
||||
padding-left: 5px;
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
.span_f_checkbox_type_transport{
|
||||
color: #000000;
|
||||
float: right;
|
||||
display: block;
|
||||
width: calc(100% - 55px);
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
|
||||
}
|
||||
|
||||
.block_overlay.show.routes{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.menu_buttons.left.close.filters{
|
||||
width: 294px;
|
||||
background: #FFFFFF;
|
||||
border-radius: 10px;
|
||||
max-height: 83vh;
|
||||
left: 0;
|
||||
padding: 13px;
|
||||
transition: 200ms;
|
||||
/* position: fixed; */
|
||||
float: left;
|
||||
text-align: left;
|
||||
top: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user