From 3b380cb97677534cdcbfa75f605d0460a9263f03 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 14:41:28 +0000 Subject: changes visibox to legendbox (fits better for a base map) --- index.php | 4 ++-- map.css | 3 +-- 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";
-
- Verbindungen ausblenden: +
+ Legende:
Adresse suchen: 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 { -- cgit v1.2.1