59 lines
894 B
CSS
59 lines
894 B
CSS
.dhl-parcelshop-select .select2-container {
|
|
width: 220px !important;
|
|
}
|
|
|
|
@media only screen and (max-width: 760px) {
|
|
.dhl-parcelshop-select .select2-container {
|
|
width: 220px !important
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 480px) {
|
|
.dhl-parcelshop-select .select2-container {
|
|
width: 200px !important
|
|
}
|
|
|
|
.shop_table tr td:last-of-type {
|
|
text-align: justify !important
|
|
}
|
|
}
|
|
|
|
#dhl_parcelshop_details span {
|
|
display: inline-block
|
|
}
|
|
|
|
#dhl_popup {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
background: rgba(0, 0, 0, 0.8);
|
|
z-index: 100000;
|
|
display: none;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
|
|
#dhl_popup > a {
|
|
position: absolute;
|
|
right: 30px;
|
|
color: white;
|
|
top: 20px;
|
|
}
|
|
|
|
#dhl_map {
|
|
position: fixed;
|
|
z-index: 100001;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: 50%;
|
|
height: 80%;
|
|
border: none;
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
#dhl_map {
|
|
width: 90%;
|
|
}
|
|
}
|