summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-05 16:37:56 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-05 16:37:56 +0000
commitf7788bd98cecfd207fb88219a41cf7d19f766a10 (patch)
tree5d268416ab144e6be9a52ceaccd23a6f89a2a1d1 /map.css
parent6cbf30e9e6a57b4c4260fa4a7f8238a020b69ebb (diff)
changed rulercotrol to display distance in own div
Diffstat (limited to 'map.css')
-rw-r--r--map.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/map.css b/map.css
index a15dd46..16667b1 100644
--- a/map.css
+++ b/map.css
@@ -38,6 +38,21 @@ div.box {
bottom: 10px;
}
+#distboxOuter {
+ position: absolute;
+ width: 99%;
+ top: 10px;
+ background: none;
+ text-align: center;
+}
+
+#distbox {
+ width: 14em;
+ margin: 0 auto;
+ font-weight: bold;
+ text-align: center;
+}
+
div.btn {
color: #0000cc;
background-color: white;