summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-05 22:58:42 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-05 22:58:42 +0000
commit14ada9839a41358c68ad979f94cc056d7e1415df (patch)
treeab0d5f7646e338d931c5257393a5f588b7998144 /map.css
parent2ad233be830b0d6381e5c9019560733f57893b9d (diff)
added reload control
Diffstat (limited to 'map.css')
-rw-r--r--map.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/map.css b/map.css
index 3299610..b5b5ae1 100644
--- a/map.css
+++ b/map.css
@@ -29,7 +29,7 @@ div.box {
#legendbox {
position: absolute;
right: 10px;
- top: 10px;
+ top: 4em;
}
#addressbox {
@@ -68,3 +68,7 @@ div.btn {
#rulerbtn {
width: 10em;
}
+
+#reloadbtn {
+ width: 10em;
+}