From cf33aac012163503b4964d92b0ecd9cab07ca100 Mon Sep 17 00:00:00 2001 From: cats-shadow Date: Thu, 18 May 2023 11:18:46 +0300 Subject: [PATCH] Sepatate CSS classes for decoration station logbook name and station location name. --- application/views/view_log/index.php | 2 +- assets/css/general.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/application/views/view_log/index.php b/application/views/view_log/index.php index 2c1f6dae..1e5ca529 100644 --- a/application/views/view_log/index.php +++ b/application/views/view_log/index.php @@ -2,7 +2,7 @@

-
".$this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?> ".$this->stations->find_name(); ?>
+
".$this->logbooks_model->find_name($this->session->userdata('active_station_logbook')); ?> ".$this->stations->find_name(); ?>
diff --git a/assets/css/general.css b/assets/css/general.css index 2e58cb0c..08e62cca 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -439,7 +439,12 @@ div#station_logbooks_linked_table_paginate { } -.value_decorated{ +.station_logbook_decoration{ + font-weight: bold; + font-size: larger; +} + +.station_location_decoration{ font-weight: bold; font-size: larger; } \ No newline at end of file