From ce3487743a231579722fded89ede17c514ec59fe Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Dec 2008 21:53:22 +0000 Subject: offline locations can now be hidden --- map.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'map.css') diff --git a/map.css b/map.css index 2067598..a197481 100644 --- a/map.css +++ b/map.css @@ -10,7 +10,7 @@ body { padding: 0; } -div { +div,table { color: black; } @@ -53,6 +53,12 @@ div.box { text-align: center; } +#visibox { + position: absolute; + top: 20em; + right: 10px; +} + div.btn { color: #0000cc; background-color: white; @@ -73,7 +79,11 @@ div.btn { width: 10em; } -*.locinfo { +*.locinfo,table { font-size: 8pt; color: black; } + +table.legend { + margin-top: 3px; +} -- cgit v1.2.1