From c222c0230e5bdbea39b097946228d9e2fd92c434 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 6 Dec 2008 22:51:19 +0000 Subject: added feedback to reload button --- map.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'map.css') 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; -- cgit v1.2.1