From c1667cb65d4a1867f065f38bb1d1a9c32fecd747 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 13 Feb 2023 16:02:28 +0000 Subject: [PATCH] Bug 32946: 'Send list' form in OPAC is misaligned This patch tweaks the OPAC CSS and the send list template so that form fields are laid out correctly. To test, apply the patch and rebuild the OPAC CSS. - 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. Signed-off-by: Matt Blenkinsop --- 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(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index a927bff544e..719ef619804 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/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%; } diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt index b7eb7d7fb89..a446e8b5a99 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt @@ -31,13 +31,13 @@

Back to lists

[% ELSE %]
-

Sending your list

-
+
+

Sending your list

- + - +
-- 2.37.1 (Apple Git-137.1)