diff --git a/public_html/index.html b/public_html/index.html
index ec8f57d..92d09d9 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -54,9 +54,9 @@
@@ -260,7 +260,7 @@
|
-
+ Show Map
|
diff --git a/public_html/style.css b/public_html/style.css
index ce3be7b..3b2eb15 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -397,9 +397,16 @@ select.error, textarea.error, input.error {
margin-right: 18px;
cursor: pointer;
text-align: center;
+}
+
+.buttonHeader {
margin-top: 15px;
}
+.buttonTable {
+ margin-bottom: 5px;
+}
+
.settingsContainer {
padding-right: 60px;
padding-left: 2px;
|