From b62ce1ad61b7cfc4a2ccc974f62a4a711444e9b6 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. --- 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 277255888e..39a4cddcb5 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -612,6 +612,7 @@ fieldset { border-bottom-right-radius: 0; border-bottom-width: 0; margin-bottom: 0; + margin-right: 0; } .standard { -- 2.11.0