add some map logic...

This commit is contained in:
2021-03-10 20:34:14 +01:00
parent 0420b3efbd
commit 857eee185e
4 changed files with 128 additions and 3 deletions
+36
View File
@@ -0,0 +1,36 @@
.map {
height: 350px;
}
.popup {
background-color: white;
padding-left: 8px;
padding-bottom: 8px;
padding-top: 8px;
width: 220px;
color: #555;
font: 11px tahoma,arial,verdana,sans-serif;
}
.title {
margin-top: -4px;
font-weight: bold;
}
.subtitle {
font-style: normal;
margin-bottom: -3px;
margin-top: -5px;
}
.middle {
margin-top: -9px;
}
.close {
cursor: pointer;
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
font-size: larger;
font-weight: bold;
}
button {
cursor: pointer;
}