LP1935693: Improve spacing on the OPAC course materials table
authorJane Sandberg <sandbej@linnbenton.edu>
Fri, 13 Aug 2021 15:34:03 +0000 (08:34 -0700)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 13 Aug 2021 22:21:19 +0000 (18:21 -0400)
Signed-off-by; Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Beth Willis <willis@noblenet.org>
Signed-off-by: Christine Burns <christine.burns@bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/course/body.tt2

index 0317abd..be31364 100755 (executable)
@@ -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
index 24364b9..e29aaa6 100644 (file)
@@ -68,7 +68,7 @@
             <tr>
               <th scope="col">[% l('Location') %]</th>
               <th scope="col">[% l('Call Number') %]</th>
-              <th scope="col">[% l('Title') %]</th>
+              <th class="course-material-title-column" scope="col">[% l('Title') %]</th>
               <th scope="col">[% l('Barcode') %]</th>
               <th scope="col">[% l('Relationship') %]</th>
               <th scope="col">[% l('Status') %]</th>