diff options
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 { |