Add styles for the mcw (Fix #51).

This commit is contained in:
David Molineus
2017-10-16 16:58:17 +02:00
parent e6689d4d45
commit c2fd00e6a0
5 changed files with 36 additions and 2 deletions

View File

@@ -26,3 +26,35 @@
.long .tl_text_2 {
width: 325px;
}
.leaflet-mcw {
clear: both;
}
.leaflet-mcw .tl_modulewizard {
width: 100%;
}
.leaflet-mcw .multicolumnwizard textarea,
.leaflet-mcw .multicolumnwizard .tl_select {
width: 100% !important;
}
.leaflet-mcw .tl_modulewizard td:first-child {
width: auto;
}
@media screen and (min-width: 768px) {
.leaflet-mcw .tl_modulewizard {
max-width: 75%;
}
.leaflet-mcw-map-layers .tl_modulewizard {
max-width: 45%;
}
.leaflet-mcw-amenity-icons td:nth-child(1),
.leaflet-mcw-control-layers td:nth-child(2) {
width: 35%;
}
}