From d04a86519c2687a397db0146aa6011e5c1be80a3 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 6 May 2024 21:08:36 +0200 Subject: [PATCH] more compact design --- application/views/gridmap/index.php | 25 ++++++++++++------------- assets/js/sections/gridmap.js | 4 ++-- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/application/views/gridmap/index.php b/application/views/gridmap/index.php index 655d7e095..f688debde 100644 --- a/application/views/gridmap/index.php +++ b/application/views/gridmap/index.php @@ -6,7 +6,7 @@
-
+
+
+
- +
-
+
-
-
-
-
- -
+ +
- - + + + diff --git a/assets/js/sections/gridmap.js b/assets/js/sections/gridmap.js index a7e4b883f..807002bb7 100644 --- a/assets/js/sections/gridmap.js +++ b/assets/js/sections/gridmap.js @@ -6,13 +6,13 @@ $('#band').change(function(){ $("#sat").val('All'); $("#orbits").val('All'); $("#sats_div").hide(); - $("#orbits").hide(); + $("#orbits_div").hide(); $("#satslabel").hide(); $("#orbitslabel").hide(); $('#propagation').val('').prop('disabled', false); } else { $("#sats_div").show(); - $("#orbits").show(); + $("#orbits_div").show(); $("#orbitslabel").show(); $("#satslabel").show(); $('#propagation').val('SAT').prop('disabled', true);