From 7577e6626824c98121fd229fcae6b4893e26b970 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. Signed-off-by: Katrin Fischer --- .../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 6b7b416cfe..3b0da777a8 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 %] @@ -1515,17 +1519,23 @@
Select which authorized value category the user will choose from.
-- 2.39.5