adding PINES-ish styling to results page
authorChris Sharp <csharp@georgialibraries.org>
Fri, 3 Mar 2017 13:52:43 +0000 (08:52 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 31 Oct 2021 15:56:09 +0000 (11:56 -0400)
Open-ILS/src/templates/opac/css/style.css.tt2

index e439f54..f64049d 100644 (file)
@@ -1022,6 +1022,8 @@ tr.result_table_row > td.result_table_title_cell {
 
 tr.result_table_row:nth-child(n+2) > td {
     border-top: 1px solid [% css_colors.accent_lighter2 %];
+    padding-top:10px;
+    padding-bottom:10px;
 }
 
 tr.result_table_row > td.result_table_pic_header {
@@ -2539,6 +2541,7 @@ a.preflib_change {
 
 .record_title {
     font-weight: bold;
+    text-decoration: none;
 }
 
 .record_author {