@@ -, +, @@ - In Acquisitions, locate a vendor and add at least one contract if necessary. - View the vendor details page. Each section (Vendor details, Ordering information, Contracts) should have comfortable and consistent margins. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -26,6 +26,11 @@ button { & + .page-section { margin-top: 1em; } + + &.rows { + margin-bottom: 1rem; + padding: 1rem; + } } a { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -150,10 +150,6 @@ [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] - @@ -454,7 +450,7 @@ div.rows { padding: 1rem; } [% END %] -
+

Subscription details

Number of subscriptions: [% IF ( CAN_user_serials ) %] @@ -466,7 +462,7 @@ div.rows { padding: 1rem; }

- + [% IF ( contracts ) %]
--