From 97959c4478ae05170094ee778b152fe9f9107850 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Fri, 13 Aug 2021 08:34:03 -0700 Subject: [PATCH] LP1935693: Improve spacing on the OPAC course materials table Signed-off-by; Jane Sandberg Signed-off-by: Beth Willis Signed-off-by: Christine Burns Signed-off-by: Galen Charlton --- Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 | 8 ++++++++ Open-ILS/src/templates/opac/parts/course/body.tt2 | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index 0317abd440..be31364e27 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -4033,3 +4033,11 @@ label[for*=expert_] float: right; padding: 15px; } + +.course-material-title-column { + width: 30%; +} + +#course_material_table td, #course_material_table th { + padding: 4px; +} \ No newline at end of file diff --git a/Open-ILS/src/templates/opac/parts/course/body.tt2 b/Open-ILS/src/templates/opac/parts/course/body.tt2 index 24364b9ba7..e29aaa6748 100644 --- a/Open-ILS/src/templates/opac/parts/course/body.tt2 +++ b/Open-ILS/src/templates/opac/parts/course/body.tt2 @@ -68,7 +68,7 @@ [% l('Location') %] [% l('Call Number') %] - [% l('Title') %] + [% l('Title') %] [% l('Barcode') %] [% l('Relationship') %] [% l('Status') %] -- 2.11.0