- Added divs around the record details and related items bits, gave
them 'float-left' and 'padding-ten' classes.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
.success { color: green; font-weight: bold; }
.rdetail_related_subjects {
- margin-top: 1.5em;
+ margin-top: 1em;
}
.rdetail_related_series {
.alert { color: red; }
.float-left { float: left; }
.float-right { float: right; }
+.padding-ten { padding: 10px; }
+.padding-twenty { padding: 20px; }
.saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
.saved-searches-header .button { float: right; width: 28px; }
</div>
[%- END %]
+<div class="padding-ten float-left">
<h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
<ul>
[%- IF attrs.isbns.0; FOR isbn IN attrs.isbns %]
</li>
[%- END %]
</ul>
-
+</div>
+<div class="padding-ten float-left">
[%- INCLUDE "opac/parts/record/subjects.tt2" %]
+</div>
[%- INCLUDE "opac/parts/record/series.tt2" %]
[%- INCLUDE "opac/parts/record/extras.tt2" %]