diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 16:37:56 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 16:37:56 +0000 |
commit | f7788bd98cecfd207fb88219a41cf7d19f766a10 (patch) | |
tree | 5d268416ab144e6be9a52ceaccd23a6f89a2a1d1 /map.css | |
parent | 6cbf30e9e6a57b4c4260fa4a7f8238a020b69ebb (diff) |
changed rulercotrol to display distance in own div
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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; |