Styling fixes

This commit is contained in:
reverend 2020-09-29 20:40:41 +02:00
parent 9613f553e9
commit b3b8ee3104
3 changed files with 20 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1641,20 +1641,20 @@ body {
.LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover { .LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover {
visibility: visible; } visibility: visible; }
.LP-Map .ol-attribution { .LP-Map {
margin-bottom: 25px; }
.LP-Map .ol-attribution {
font-family: "Montserrat", Helvetica, sans-serif; font-family: "Montserrat", Helvetica, sans-serif;
color: #565656; } color: #565656; }
.LP-Map .ol-attribution a { .LP-Map .ol-attribution a {
color: #C09F80; } color: #C09F80; }
.LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus { .LP-Map .ol-attribution a:hover, .LP-Map .ol-attribution a:focus {
color: #D7CEC7; } color: #D7CEC7; }
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
.LP-Map .ol-zoom-in, .LP-Map .ol-zoom-out {
background-color: #C09F80; } background-color: #C09F80; }
.LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus { .LP-Map .ol-zoom-in:hover, .LP-Map .ol-zoom-in:focus, .LP-Map .ol-zoom-out:hover, .LP-Map .ol-zoom-out:focus {
background-color: #565656; } background-color: #565656; }
.LP-Map .LP-Map__Popup {
.LP-Map .LP-Map__Popup {
font-family: "Montserrat", Helvetica, sans-serif; font-family: "Montserrat", Helvetica, sans-serif;
color: #565656; color: #565656;
background-color: #f9f9f9; background-color: #f9f9f9;

View File

@ -37,7 +37,7 @@
anchor: [0.5, 46], anchor: [0.5, 46],
anchorXUnits: 'fraction', anchorXUnits: 'fraction',
anchorYUnits: 'pixels', anchorYUnits: 'pixels',
scale: 0.3, scale: 0.02,
src: '{% static "icons/map-marker-icon.png" %}' src: '{% static "icons/map-marker-icon.png" %}'
}) })
}) })