When adding a new SQL report, the options for adding/creating groups and sub groups are misaligned: https://snipboard.io/Nfpu0d.jpg There is a lot of space between the label and the pull down that belongs to it.
It looks like this is because of some CSS in reports.css. I do not think it is needed. It looks like reports.css is used in two places: koha-tmpl/intranet-tmpl/prog/en/includes/mana/mana-report-search-result.inc:[% Asset.css("css/reports.css") | $raw %] koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt:[% Asset.css("css/reports.css") | $raw %]
Created attachment 145158 [details] [review] 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.
Created attachment 145169 [details] [review] 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 <david@davidnind.com>
Created attachment 145823 [details] [review] 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 <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 23.05. Nice work everyone, thanks!
Nice work, thanks everyone! Pushed to 22.11.x for the next release.
Missing dependencies for 22.05.x, no backport.