From e7605d80e2772ff2d0fc2ce518926b0e60fcce57 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. --- 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 86e79a764cf..80cc39da514 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 f5f2f7f7b3a..0d4dd733840 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