diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:41:28 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 14:41:28 +0000 |
commit | 3b380cb97677534cdcbfa75f605d0460a9263f03 (patch) | |
tree | a7c6c1bffc4959857455099334672512a43df8c0 | |
parent | c608918511b28f60211be5beee837fc34619c02b (diff) |
changes visibox to legendbox (fits better for a base map)
-rw-r--r-- | index.php | 4 | ||||
-rw-r--r-- | map.css | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -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>
@@ -26,11 +26,10 @@ div.box { filter: alpha(opacity=70); } -#visibox { +#legendbox { position: absolute; right: 10px; top: 10px; - width: 20em; } #addressbox { |