diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 13:38:31 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-05 13:38:31 +0000 |
commit | c8e8a9404112b449a546249b6ead075feb031f82 (patch) | |
tree | 1159faae63f6b5043f3c07c80e0252cf9044872e /map.css | |
parent | 42aa8e9d62ede2e663badcbd7f9a34ae0f0f889e (diff) |
initial checkin
- geocoding works
- zoom with auto map type change works
- ruler works
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -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; +} |