@@ -, +, @@ - Log in to the OPAC and create a list if necessary. - In the OPAC's view of the list contents, click the "Send list" button. - In the pop-up window the form layout should look correct. --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 9 +++++++++ .../opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -1003,6 +1003,15 @@ fieldset { } } + &.brief { + label { + display: block; + font-weight: bold; + padding: .3em 0; + text-align: left; + } + } + table { font-size: 100%; } --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt @@ -31,13 +31,13 @@

Back to lists

[% ELSE %]
-

Sending your list

-
+
+

Sending your list

- + - +
--