summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
-rw-r--r--map.css3
2 files changed, 3 insertions, 4 deletions
diff --git a/index.php b/index.php
index 297e0aa..9dffb8b 100644
--- a/index.php
+++ b/index.php
@@ -33,8 +33,8 @@ if(!isset($marker)) $marker="online";
<body onload="onLoad()" onunload="GUnload()">
<div id="map" style="width:100%; height:100%;"></div>
- <div id="visibox" class="box">
- <b>Verbindungen ausblenden:</b>
+ <div id="legendbox" class="box">
+ <b>Legende:</b>
</div>
<div id="addressbox" class="box">
<b>Adresse suchen:</b>
diff --git a/map.css b/map.css
index 4d859fc..8741c61 100644
--- a/map.css
+++ b/map.css
@@ -26,11 +26,10 @@ div.box {
filter: alpha(opacity=70);
}
-#visibox {
+#legendbox {
position: absolute;
right: 10px;
top: 10px;
- width: 20em;
}
#addressbox {