From 4d4f1587866d27e62a8ab9f93fbe5ccffa48bfb7 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 23 Dec 2008 13:40:12 +0000 Subject: fixed margin and positioning of legend, count and visibox --- index.php | 86 ++++++++++++++++++++++++++++++++------------------------------- map.css | 25 +++++++++++++------ 2 files changed, 61 insertions(+), 50 deletions(-) diff --git a/index.php b/index.php index a81aa38..aed6a1a 100644 --- a/index.php +++ b/index.php @@ -35,50 +35,52 @@ if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') {
-
- Legende: - - - - - - - - -
 Online
 Offline
 Tunnel
 Gut
 Mittel
 Schlecht
 Tunnel
-
-
-
-
- Elemente
ausblenden
-
+
+
+ Legende: - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + +
 
  
 
 
 
 
 Online
 Offline
 Tunnel
 Gut
 Mittel
 Schlecht
 Tunnel
- +
+
+
+
+ Elemente
ausblenden
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
 
  
 
 
 
 
+
+
Adresse suchen: diff --git a/map.css b/map.css index f203e98..5a73cd6 100644 --- a/map.css +++ b/map.css @@ -26,23 +26,32 @@ div.box { filter: alpha(opacity=70); } -#legendbox { +#northeastcontainer { position: absolute; right: 10px; - top: 4em; + top: 5ex; + padding: 0; +} + +#legendbox { + margin-left: auto; + margin-right: 0; } #countbox { - position: absolute; - top: 20em; - right: 10px; + width: 70%; + margin-top: 1ex; + margin-left: auto; + margin-right: 0; font-weight: bold; + text-align: center; } #visibox { - position: absolute; - top: 24em; - right: 10px; + width: 70%; + margin-top: 1ex; + margin-left: auto; + margin-right: 0; } #addressbox { -- cgit v1.2.1