improve look of popup (imho)

This commit is contained in:
Dave Conway-Jones 2019-02-21 12:22:20 +00:00
parent a8038dde66
commit 6f0af9f4bb
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 13 additions and 7 deletions

View File

@ -6,6 +6,15 @@ body {
font:14px Verdana, Arial, sans-serif;
}
p, h1, h2, h3, h4 {
margin-block-start: 0em;
margin-block-end: 0em;
}
b {
font-size: larger;
}
a {
color:#444;
text-decoration:none;

View File

@ -391,14 +391,14 @@
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
border-radius: 6px;
}
.leaflet-popup-content {
margin: 13px 19px;
margin: 5px 8px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
/* margin: 18px 0; */
}
.leaflet-popup-tip-container {
margin: 0 auto;
@ -411,9 +411,7 @@
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
@ -423,8 +421,7 @@
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
box-shadow: 0 4px 8px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;