HTML map: new button -show map bounds-

This commit is contained in:
Marc Tobias Metten
2016-08-01 01:34:03 +02:00
parent ab30a69ad9
commit bb403e2e58
3 changed files with 37 additions and 3 deletions

View File

@@ -51,8 +51,9 @@ form label {
}
#map-position {
display: none;
position: absolute;
top: 0;
bottom: 0;
right: 20px;
padding: 0 5px;
color: #333;
@@ -61,6 +62,10 @@ form label {
z-index: 100;
}
#map-position-close {
text-align: right;
}
.result {
font-size: 0.8em;
margin: 5px;