From 6934c0dbcc3eb87dc26d73ef27430ee3cdc90183 Mon Sep 17 00:00:00 2001 From: Carlos Salaverria Date: Mon, 12 Sep 2016 18:23:38 -0500 Subject: [PATCH] Use text for Show Map button --- public_html/index.html | 14 +++----------- public_html/style.css | 16 +--------------- 2 files changed, 4 insertions(+), 26 deletions(-) diff --git a/public_html/index.html b/public_html/index.html index 7848352..5188bdf 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -120,19 +120,16 @@ FlightAware dump1090 + + Show Map + - -   -   - - -
Reset Map Select All @@ -141,11 +138,6 @@ - -   -   - - Aircraft (total): n/a Messages: n/a/sec diff --git a/public_html/style.css b/public_html/style.css index 5b5faba..538a6aa 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -74,20 +74,6 @@ html, body { background-image: url("images/show_sidebar_active_48x40.png"); } -#show_map_button { - display: block; - width: 48px; - height: 40px; -} - -#show_map_button { - background-image: url("images/hide_sidebar_inactive_48x40.png"); -} - -#show_map_button:hover { - background-image: url("images/hide_sidebar_active_48x40.png"); -} - #sidebar_container { display: flex; width: 470px; @@ -123,7 +109,7 @@ div#loader { z-index: 99; position: absolute; left: 0; top: 0; bottom: 0; right: #sudo_buttons { display: flex; - padding: 0 40px 0 40px; + padding: 15px 40px 15px 40px; justify-content: space-between; }