From 7c6d01442e867b916c5286e83283fa6760c26477 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 17 Apr 2020 11:40:36 +0000 Subject: [PATCH] Bug 25176: Fix style of checkout form This patch makes a small CSS change in order to fix a display problem with the checkout form where the form's width doesn't match that of the "last checked out" message. To test, apply the patch and regenerate the staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Check an item out to a patron. Confirm that the green-bordered "Checked out" message under the checkout form matches the width of the form. Signed-off-by: David Roberts Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize Signed-off-by: Joy Nelson --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 1 + 1 file changed, 1 insertion(+) 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 f92d67f173..73acae227f 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -621,6 +621,7 @@ fieldset { border-bottom-right-radius: 0; border-bottom-width: 0; margin-bottom: 0; + margin-right: 0; } .standard { -- 2.20.1