forked from Snck3rs/contao-leaflet-maps
Add styles for the mcw (Fix #51).
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user