Files
contao-leaflet-maps/src/Bundle/Resources/public/css/backend.css

61 lines
1.2 KiB
CSS
Raw Normal View History

2014-12-29 19:13:55 +01:00
.tl_listing_container.tree_view ul > li.tl_file {
2017-10-12 12:08:30 +02:00
background: url('./../img/fol-placeholder.gif') no-repeat 6px 4px;
2014-12-29 19:13:55 +01:00
}
.tl_listing_container.tree_view ul > li.tl_file > div {
2015-01-06 14:55:53 +01:00
line-height: 18px;
}
2014-12-29 19:13:55 +01:00
.tl_listing_container.tree_view > ul > li.tl_file {
padding-left: 26px;
}
.tl_listing_container.tree_view ul > li.parent > ul {
2014-12-29 19:13:55 +01:00
padding-left: 20px;
}
.tl_listing_container.tree_view ul > li > .tl_left > a {
2014-12-29 19:13:55 +01:00
margin-left: -20px;
}
.tl_listing_container.tree_view ul[class="level_1"] li.tl_file > .tl_left {
2014-12-29 19:13:55 +01:00
padding-left: 20px !important;
}
2015-01-07 18:58:52 +01:00
.long .tl_text_2 {
width: 325px;
}
2017-10-16 16:58:17 +02:00
.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%;
}
}