summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-23 13:40:12 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-23 13:40:12 +0000
commit4d4f1587866d27e62a8ab9f93fbe5ccffa48bfb7 (patch)
treecd559770a416cfe899b0c892f8271ed4b3dee5e3 /map.css
parentadb1a800ecd09ca405a57312a5c2b1b4e19e612a (diff)
fixed margin and positioning of legend, count and visibox
Diffstat (limited to 'map.css')
-rw-r--r--map.css25
1 files changed, 17 insertions, 8 deletions
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 {