Abstract and page number tweaks on search results page
authorWilliam Rockwood <wrockwood@tadl.org>
Tue, 27 Nov 2012 21:48:24 +0000 (16:48 -0500)
committerWilliam Rockwood <wrockwood@tadl.org>
Tue, 27 Nov 2012 21:48:24 +0000 (16:48 -0500)
- indented and italicized abstract
- made page numbers larger (could still use more work)

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css
templates_tadlskin/opac/parts/result/table.tt2

index c4be59c..777cf28 100644 (file)
@@ -833,7 +833,7 @@ div.format_icon {
 }
 
 .start_end_links_span {
-       font-size: 11px;
+       font-size: 14px;
 }
 
 #result_table_div {
@@ -852,6 +852,14 @@ tr.result_table_row > td.result_table_title_cell {
     padding:5px 5px;
 }
 
+.result_table_summary {
+    padding-left:10px;
+    padding-top:5px;
+    padding-bottom:5px;
+    font-style:italic;
+    font-size:1.05em;
+}
+
 tr.result_table_row > td.results_row_count,
 tr.result_table_row > td.result_table_pic_header,
 tr.result_table_row > td.result_table_title_cell {
@@ -1265,7 +1273,7 @@ div.facet_sidebar {
 #adv_global_addrow a:hover { color:#f70; }
 .adv_adv_link { font-size: 8pt; color: red; }
 #acct_prefs_header { float: left; }
-.search_page_nav_link { cursor: pointer; }
+.search_page_nav_link { padding-left:5px; cursor: pointer; }
 #opac.result.sort { width: 160px; }
 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
index 9298707..a2bbb03 100644 (file)
                                                         class="results_info_table">
                                                         [% IF args.holdings.size > 0 %]
                                                         <tr name='bib_cn_list' class='result_table_title_cell'>
-                                                            <td valign='top'>
+                                                            <td valign='top' align='left' colspan='2'>
                                                                 <strong>[% l('Call number: ') %]</strong>
-                                                            </td>
-                                                            <td>[% args.holdings.0.label | html %]</td>
+                                                            [% args.holdings.0.label | html %]</td>
                                                         </tr>
                                                         [% END %]
                                                         [% IF args.ezproxy %]
@@ -96,7 +95,7 @@
 
                                                         [% IF args.summaries %]
                                                         <tr name='bib_summary' class='result_table_summary'>
-                                                                <td valign='top' colspan='2'>
+                                                                <td valign='top' colspan='2' class='result_table_summary'>
                                                                     [% args.summaries.0 | truncate(200) %]
                                                                 </td>
                                                         </tr>