summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-06 22:51:19 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-06 22:51:19 +0000
commitc222c0230e5bdbea39b097946228d9e2fd92c434 (patch)
treec3d035e56c880f82c8a84eb42c4bcb6e85f40925 /map.css
parent8a847c82e6eaa5e1ce91f66b977b655bf929fafd (diff)
added feedback to reload button
Diffstat (limited to 'map.css')
-rw-r--r--map.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/map.css b/map.css
index a197481..f203e98 100644
--- a/map.css
+++ b/map.css
@@ -32,6 +32,19 @@ div.box {
top: 4em;
}
+#countbox {
+ position: absolute;
+ top: 20em;
+ right: 10px;
+ font-weight: bold;
+}
+
+#visibox {
+ position: absolute;
+ top: 24em;
+ right: 10px;
+}
+
#addressbox {
position: absolute;
right: 10px;
@@ -53,12 +66,6 @@ div.box {
text-align: center;
}
-#visibox {
- position: absolute;
- top: 20em;
- right: 10px;
-}
-
div.btn {
color: #0000cc;
background-color: white;