0.0.51
This commit is contained in:
@@ -1055,15 +1055,15 @@ div.departure_arrival>div>input{
|
||||
|
||||
.input_list{
|
||||
display: none;
|
||||
margin-top: 80px;
|
||||
width: 30%;
|
||||
width: 24%;
|
||||
height: 200px;
|
||||
position: absolute;
|
||||
padding-top: 20px;
|
||||
background-color: #ffcc80;
|
||||
background-color: #F8F8F8;
|
||||
min-height: 200px;
|
||||
overflow: scroll;
|
||||
overflow-x:hidden;
|
||||
|
||||
}
|
||||
|
||||
.input_list.show{
|
||||
@@ -1110,24 +1110,35 @@ input#id_extra_phone
|
||||
/* font-weight: 500;*/
|
||||
/* line-height: 22px;*/
|
||||
/*}*/
|
||||
.checkbox_cargo_type{
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
input#id_cargo_type{
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
|
||||
/*my routes*/
|
||||
|
||||
.my_route{
|
||||
display: block ruby;
|
||||
background-color: White;
|
||||
border-radius: 10px;
|
||||
margin: 2% 0 0 0;
|
||||
box-shadow: 0px -1px 10px 0px #C6C7CB33;
|
||||
|
||||
}
|
||||
|
||||
.route_info{
|
||||
border-style: inset;
|
||||
border-width: 1px;
|
||||
border-color: transparent #F8F8F8 transparent transparent;
|
||||
width: 59%;
|
||||
float: left;
|
||||
|
||||
}
|
||||
.route_contact{
|
||||
width: 40%;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*my routes*/
|
||||
|
||||
Reference in New Issue
Block a user