From c8e8a9404112b449a546249b6ead075feb031f82 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Dec 2008 13:38:31 +0000 Subject: initial checkin - geocoding works - zoom with auto map type change works - ruler works --- map.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 map.css (limited to 'map.css') diff --git a/map.css b/map.css new file mode 100644 index 0000000..56e72b4 --- /dev/null +++ b/map.css @@ -0,0 +1,30 @@ +body { + background: black; + margin: 0; + padding: 0; +} + +div.box { + font-size: 8pt; + background-color: #FFFFFF; + border: 2px solid #000000; + padding: 8px; + -moz-border-radius: 10px; + border-radius: 10px; + z-index: 99; + opacity: .7; + filter: alpha(opacity=70); +} + +#visibox { + position: absolute; + right: 20px; + top: 20px; + width: 20em; +} + +#addressbox { + position: absolute; + right: 20px; + bottom: 20px; +} -- cgit v1.2.1