summaryrefslogtreecommitdiff
path: root/map.css
diff options
context:
space:
mode:
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;