geopf-extensions-openlayers
Version:
French Geoportal Extensions for OpenLayers libraries
31 lines (20 loc) • 454 B
CSS
/* Location */
[id^=GPlocationStageRemove] {
}
[id^=GPlocationStageAdd] {
}
/* All div elements whose class attribute value begins with "GPlocationPoint" */
[class*="GPlocationPoint"] {
position: relative;
}
div[id^=GPlocationAutoCompleteResult] {
top: 45px;
left: 0px;
max-height: 140px;
overflow-y: auto;
border-top: none;
}
div[id^=GPlocationAutoCompleteList] {
position: absolute;
z-index: 2;
}