From dcdcf681c388c779cd834da6ebfb7746679a0ad7 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 14 Nov 2022 21:07:21 +0000 Subject: [PATCH] Bug 32155: Fix alignment of course details page This patch eliminates some unnessesary CSS and converts the course details div into a fieldset. To test: 1. Create or edit an existing course. 2. Search and add an instructor. 3. Note that the columns are misaligned: the name of the course instructor is shown first, then the label "Instructors" is shown next. 4. Add another three instructors. 5. Note that this pushes the labels for the next few fields to the right. 6. Apply patch 7. Try steps 1-4 again and confirm everthing looks and works correctly. Signed-off-by: David Nind --- .../prog/en/modules/course_reserves/course-details.tt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt index 0ca98ead0a..36abc1d196 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -11,12 +11,6 @@ [% INCLUDE 'doc-head-close.inc' %] [% FILTER collapse %]