mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
28 lines
503 B
CSS
28 lines
503 B
CSS
.ol-custom-overviewmap,
|
|
.ol-custom-overviewmap.ol-uncollapsible {
|
|
bottom: auto;
|
|
left: auto;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.ol-custom-overviewmap .ol-overviewmap-map {
|
|
border: none;
|
|
width: 300px;
|
|
}
|
|
|
|
/* Remove attributions from the overview
|
|
They already appear on the main map */
|
|
|
|
.ol-custom-overviewmap .ol-overviewmap-map a {
|
|
display: none;
|
|
}
|
|
|
|
.ol-custom-overviewmap .ol-overviewmap-map a div img {
|
|
display: none;
|
|
}
|
|
|
|
.ol-custom-overviewmap .ol-overviewmap-map .gmnoprint {
|
|
display: none;
|
|
}
|