Merge pull request #10104 from openlayers/attribution_font_size

Remove font sizing from the attribution control
This commit is contained in:
Frédéric Junod
2019-10-14 15:28:02 +02:00
committed by GitHub
2 changed files with 1 additions and 10 deletions
+1 -5
View File
@@ -74,13 +74,9 @@ ol.inline>li {
.ol-attribution.ol-logo-only,
.ol-attribution.ol-uncollapsible {
max-width: calc(100% - 3em);
height: 1.5em;
}
.ol-attribution ul {
font-size: 1rem;
}
.ol-control button, .ol-attribution, .ol-scale-line-inner {
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
font-size: 14px;
}
.iframe-info iframe {
width: 100%;