Improved list display in OPAC (title, description, annotations).
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 14 Dec 2015 21:59:46 +0000 (16:59 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Tue, 15 Dec 2015 14:03:46 +0000 (09:03 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/result/table.tt2

index fbeb9b9..c7420a5 100644 (file)
@@ -1536,9 +1536,9 @@ table.bookbag-specific {
 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
 #result-bookbag-heading { text-align: center; margin: 2ex; }
 
-.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; }
-.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; }
-.result-bookbag-item-note { font-style: italic; }
+.result-bookbag-name { font-size: [% css_fonts.size_bigger %]; font-weight: bold; padding:10px;}
+.result-bookbag-description { font-size: [% css_fonts.size_bigger %]; font-style: italic; font-weight:normal; padding:10px;}
+.result-bookbag-item-note { font-style: italic; padding: 5px 5px 5px 40px;}
 .lowhits-bookbag-name { font-weight: bold; }
 .oils_AS { font-weight: bold; color: [% css_colors.text_match %]; }
 .oils_AS_match_term { text-align: left; color: [% css_colors.text %]; }
index 7069d96..77ab0e8 100644 (file)
@@ -363,9 +363,9 @@ END;
                                                     [% IF ctx.bookbag;
                                                         rec_id = rec.id;
                                                         FOR note IN ctx.bookbag_items_by_bre_id.$rec_id.notes %]
-                                                    <div class="result-bookbag-item-note">
-                                                        [% note.note | html %]
-                                                    </div>
+                                                            <div class="result-bookbag-item-note">
+                                                                Note: [% note.note | html %]
+                                                            </div>
                                                         [% END %]
                                                     [% END %]
                                                 </div>