This displays the title and description for shared lists
when viewed in the Bootstrap OPAC.
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
text-align: center;
font-style: italic;
}
+.shared-list-title {
+ font-weight:bold;
+ text-align:center;
+ font-size:1.5em;
+ margin-top:5px;
+}
+.shared-list-description {
+ text-align:center;
+ font-weight:bold;
+}
.save-notes { padding-bottom: 1.5ex; }
.nonbreaking-wrapper {
result_count = ctx.result_start;
%]
-
[% IF ctx.bookbag %]
<div class="row">
<div class="col-12">
- <h2 class="result-bookbag-name">[% ctx.bookbag.name | html %]</h2>
- <div class="result-bookbag-description">[% ctx.bookbag.description | html %]</div>
+ <h2 class="shared-list-title">[% ctx.bookbag.name | html %]</h2>
+ <div class="shared-list-description">[% ctx.bookbag.description | html %]</div>
</div>
</div>
[% END %]
-
<div class="row">
<div class="col-12">
[% PROCESS "opac/parts/result/paginate.tt2" %]