0.8.368
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
|
||||
.disp-none{
|
||||
display: none !important;
|
||||
}
|
||||
@@ -968,6 +969,26 @@
|
||||
width: calc(100% - 95px);
|
||||
}
|
||||
|
||||
.from_address_point_txt.find_route.w_100{
|
||||
border: 1px solid #E6E6E6;
|
||||
width: calc(100% - 35px);
|
||||
}
|
||||
|
||||
.from_address_point_txt.find_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.to_address_point_txt.find_route.w_100{
|
||||
border: 1px solid #E6E6E6;
|
||||
width: calc(100% - 35px);
|
||||
}
|
||||
|
||||
.to_address_point_txt.find_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.to_address_point_txt.find_route{
|
||||
border-top: 1px solid #E6E6E6;
|
||||
border-right: 0;
|
||||
|
||||
Reference in New Issue
Block a user