From c34b1c38fbbe054f4f20c9ed02378091fc898217 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Mon, 30 Jan 2017 09:13:25 -0600 Subject: [PATCH] Make 'Show Map' button styling match header --- public_html/index.html | 8 ++++---- public_html/style.css | 7 +++++++ 2 files changed, 11 insertions(+), 4 deletions(-) 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 @@
-
Reset Map
-
Select All
-
Select None
+
Reset Map
+
Select All
+
Select None
@@ -260,7 +260,7 @@
- Show Map +
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;