diff options
author | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:51:19 +0000 |
---|---|---|
committer | Christian Pointner <equinox@ffgraz.net> | 2008-12-06 22:51:19 +0000 |
commit | c222c0230e5bdbea39b097946228d9e2fd92c434 (patch) | |
tree | c3d035e56c880f82c8a84eb42c4bcb6e85f40925 /map.css | |
parent | 8a847c82e6eaa5e1ce91f66b977b655bf929fafd (diff) |
added feedback to reload button
Diffstat (limited to 'map.css')
-rw-r--r-- | map.css | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -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; |