diff --git a/application/views/bandmap/list.php b/application/views/bandmap/list.php index 24b5d34ba..61de09e81 100644 --- a/application/views/bandmap/list.php +++ b/application/views/bandmap/list.php @@ -291,44 +291,38 @@ - -
- -
- -
- - - - - - - -
-
- - -
- " aria-label=""> - + +
+ +
+ + + + + + +
-
- + + +
+ +
@@ -340,6 +334,15 @@
+
+ + +
+ " aria-label=""> + +
+
+
diff --git a/assets/css/bandmap_list.css b/assets/css/bandmap_list.css index ed6d8be18..42857e233 100644 --- a/assets/css/bandmap_list.css +++ b/assets/css/bandmap_list.css @@ -233,7 +233,7 @@ table.table-striped tbody tr.cat-frequency-gradient:nth-of-type(even), background-color: var(--bs-body-bg); border-radius: 8px; margin: 0.25rem 0; - padding: 10px 15px; + padding: 6px 12px; } .status-bar-inner { @@ -253,8 +253,9 @@ table.table-striped tbody tr.cat-frequency-gradient:nth-of-type(even), } .status-bar-right { - flex: 0 0 20%; - min-width: 150px; + flex: 0 0 auto; + min-width: 100px; + margin-left: 10px; font-weight: 500; color: var(--bs-secondary); text-align: right;