From ac8e95e4f7484f7c0b1f6c08dc86673bd754b75f Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Mon, 14 Dec 2015 16:59:46 -0500 Subject: [PATCH] Improved list display in OPAC (title, description, annotations). Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/css/style.css.tt2 | 6 +++--- Open-ILS/src/templates/opac/parts/result/table.tt2 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index a5c5d7ac7c..4078189947 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2336,9 +2336,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 { diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 417635c8df..b3ac11e2a4 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -374,9 +374,9 @@ END; [% IF ctx.bookbag; rec_id = rec.id; FOR note IN ctx.bookbag_items_by_bre_id.$rec_id.notes %] -
- [% note.note | html %] -
+
+ Note: [% note.note | html %] +
[% END %] [% END %] -- 2.11.0