From f7788bd98cecfd207fb88219a41cf7d19f766a10 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 16:37:56 +0000 Subject: changed rulercotrol to display distance in own div --- map.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'map.css') 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; -- cgit v1.2.1