diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index 44b3fd1946..62f14f115b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2506,6 +2506,23 @@ td.bundle { #circ_circulation_issue { position: relative; + + fieldset { + label { + display: block; + font-size: 105%; + font-weight: bold; + margin-bottom: 1rem; + max-width: 75%; + } + + #onsite_checkout-select { + label { + display: inline; + margin: 0; + } + } + } } #renew_as_unseen_label { @@ -3605,14 +3622,6 @@ input.renew { } } -.onsite_checkout-select { - label, - #circ_circulation_issue & { - font-size: inherit; - font-weight: normal; - } -} - .onsite_checkout { color: $warning-text-color; } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index 304457d50d..18d762b0b8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -50,11 +50,12 @@