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 --- map.css | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'map.css') 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