diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-23 13:40:12 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-23 13:40:12 +0000 |
commit | 4d4f1587866d27e62a8ab9f93fbe5ccffa48bfb7 (patch) | |
tree | cd559770a416cfe899b0c892f8271ed4b3dee5e3 /map.css | |
parent | adb1a800ecd09ca405a57312a5c2b1b4e19e612a (diff) |
fixed margin and positioning of legend, count and visibox
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 25 |
1 files changed, 17 insertions, 8 deletions
@@ -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 { |