From 253477f4640a7480bfeb8b63e2efa1119cb5fdc5 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 9 Jan 2023 18:32:39 +0000 Subject: [PATCH] Bug 32239: Remove uneeded CSS from reports.css To test: 1. Apply patch. 2. When adding a new SQL report, the options for adding/creating groups and sub groups should be aligned properly. 3. Turn on Mana and look at Mana Knowledge Base report search results to make sure everything is still properly aligned there. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/css/reports.css | 5 ----- .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/reports.css b/koha-tmpl/intranet-tmpl/prog/css/reports.css index 86e79a764c..80cc39da51 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/reports.css +++ b/koha-tmpl/intranet-tmpl/prog/css/reports.css @@ -69,11 +69,6 @@ del { color: #C00; } -fieldset.rows label, -fieldset.rows span.label { - width: 12em; -} - fieldset.rows .column_config_row { display: flex; flex-wrap: wrap; 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 f5f2f7f7b3..0d4dd73384 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 @@ -2352,7 +2352,7 @@ - + - + -- 2.30.2