From: Jane Sandberg Date: Fri, 13 Aug 2021 15:34:03 +0000 (-0700) Subject: LP1935693: Improve spacing on the OPAC course materials table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=97959c4478ae05170094ee778b152fe9f9107850;p=evergreen%2Ftadl.git 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 --- 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') %]