LP1935693: Improve spacing on the OPAC course materials table user/sandbergja/lp1935693_circ_modifier_on_course_page
authorJane Sandberg <sandbej@linnbenton.edu>
Fri, 13 Aug 2021 15:34:03 +0000 (08:34 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 13 Aug 2021 15:34:03 +0000 (08:34 -0700)
Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/course/body.tt2

index 3bf6f2b..26409c2 100755 (executable)
@@ -4027,3 +4027,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>