ol-plus
Version:
Interactive plugin to Openlayers
38 lines (37 loc) • 753 B
CSS
.time-layer-ledgend-div.custom-thredd-Scroll, .legend {
background-color: #FFFFFF;
padding: 5px;
border-radius: 5px;
opacity: 0.9;
}
.time-layer-ledgend-div {
width: auto;
height: auto;
max-height: 409px;
overflow-y: auto;
padding: 6px 6px 0 6px;
bottom: 10px;
position: absolute;
z-index: 14;
right: 10px;
background: #fff;
pointer-events: auto;
}
.thredd-layer-image-div {
padding-bottom: 5px;
}
.time-layer-ledgend-div.custom-thredd-Scroll, .legend {
background-color: #FFFFFF;
padding: 5px;
border-radius: 5px;
opacity: 0.9;
}
.legend-text {
transition-duration: 0.07s;
padding: 2px;
font-size: 10px;
}
.legend-symbol {
height: 10px;
width: 10px;
}