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
|
+
+
+ |
|
-
- |
- |
-
-
-
@@ -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;
}