From 28805e6970fadbaa37378b61a1555ee642fb2b07 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 4 Nov 2022 17:24:48 +0000 Subject: [PATCH] Bug 32043: Circulation alerts can overlap other elements on smaller screens This patch makes a minor change to CSS controlling the appearance of the dialog which appears on the checkout page when a confirmation is required. To test, apply the patch and rebuild the staff interface CSS. Open a patron account for checkout, and submit the barcode of an item which will require confirmation before the operation can be completed. For example: - Item on hold for another patron - Item waiting for another patron - Item is checked out to another patron. The confirmation dialog should have a comfortable margin between it and the checkout form. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ---- 1 file changed, 4 deletions(-) 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 c1231ee766..9edc2087bb 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -1534,10 +1534,6 @@ i { @include card; } -#circ_needsconfirmation { - margin: auto; -} - .dialog { margin: 1em auto; padding: .5em; -- 2.30.2