From f113d1c17be4121bd1db17e7326dc1ef45e61564 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Mon, 4 Apr 2022 11:15:07 +0100 Subject: [PATCH] [Station Logbooks] Cleaned up the interface --- application/views/logbooks/index.php | 2 +- assets/css/general.css | 44 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/application/views/logbooks/index.php b/application/views/logbooks/index.php index ac522e03..78d1031d 100644 --- a/application/views/logbooks/index.php +++ b/application/views/logbooks/index.php @@ -24,7 +24,7 @@
Station Locations Create a Station Logbook
-
+
num_rows() > 0) { ?>
diff --git a/assets/css/general.css b/assets/css/general.css index f5f2854a..bdd0552b 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -255,4 +255,48 @@ color: #ffffff; .modal-body { max-height: calc(100vh - 200px); overflow-y: auto; +} + +/* Station Logbooks Styles */ + +div#station_logbooks_table_length { + padding-top: 12px; + padding-left: 12px; + padding-bottom: 0px; +} + +div#station_logbooks_table_filter { + padding-top: 12px; + padding-right: 12px; + padding-bottom: 0px; +} + +div#station_logbooks_table_info { + padding-left: 12px; +} + +div#station_logbooks_table_paginate { + padding-right: 12px; + padding-bottom: 12px; +} + +div#station_logbooks_linked_table_length { + padding-top: 12px; + padding-left: 12px; + padding-bottom: 0px; +} + +div#station_logbooks_linked_table_filter { + padding-top: 12px; + padding-left: 12px; + padding-bottom: 0px; +} + +div#station_logbooks_linked_table_info { + padding-left: 12px; +} + +div#station_logbooks_linked_table_paginate { + padding-right: 12px; + padding-bottom: 12px; } \ No newline at end of file