Bugzilla – Attachment 143291 Details for
Bug 32043
Circulation alerts can overlap other elements on smaller screens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32043: Circulation alerts can overlap other elements on smaller screens
Bug-32043-Circulation-alerts-can-overlap-other-ele.patch (text/plain), 1.38 KB, created by
David Nind
on 2022-11-04 20:47:26 UTC
(
hide
)
Description:
Bug 32043: Circulation alerts can overlap other elements on smaller screens
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-04 20:47:26 UTC
Size:
1.38 KB
patch
obsolete
>From 28805e6970fadbaa37378b61a1555ee642fb2b07 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <david@davidnind.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32043
:
142807
|
143259
|
143291
|
143599