From 36234ad4c285940867de5f113cb1586f0cafbbcb Mon Sep 17 00:00:00 2001 From: cats-shadow Date: Thu, 18 May 2023 11:12:36 +0300 Subject: [PATCH] Transformed decoration to CSS class --- application/views/view_log/index.php | 2 +- assets/css/general.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/application/views/view_log/index.php b/application/views/view_log/index.php index ec546440..2c1f6dae 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 24536bfc..2e58cb0c 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -436,4 +436,10 @@ div#station_logbooks_linked_table_paginate { .w-qsl{ max-height: calc(100vh - 270px); overflow-y: auto; +} + + +.value_decorated{ + font-weight: bold; + font-size: larger; } \ No newline at end of file