summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-06 21:53:22 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-06 21:53:22 +0000
commitce3487743a231579722fded89ede17c514ec59fe (patch)
treebfbda2d27c90de58c2600023358a00f5785fc581 /map.css
parentd585ae96c39abe04572f7b7e9ac2c4ce264f93e5 (diff)
offline locations can now be hidden
Diffstat (limited to 'map.css')
-rw-r--r--map.css14
1 files changed, 12 insertions, 2 deletions
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;
+}