From 1be02ca9afd47c1cf9c8607f691a46a5f22c3352 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 28 Mar 2024 12:00:14 +0000 Subject: [PATCH] Bug 35856: (follow-up) Expand display of radio button choices This patch swaps out the icons with tooltips with visible hints, expanding the radio button options to hopefully make it more readable. --- .../modules/reports/guided_reports_start.tt | 32 ++++++++++++------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index bc2181fb13..322c759ab3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -74,6 +74,10 @@ .data-plain { display: none; } + div.radio label { + font-weight: bold; + margin: 0; + } [% Asset.css("css/reports.css") | $raw %] [% Asset.css("lib/d3c3/c3.min.css") | $raw %] @@ -1513,17 +1517,23 @@
Select which authorized value category the user will choose from.
-- 2.30.2