Bugzilla – Attachment 143259 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.33 KB, created by
Owen Leonard
on 2022-11-04 17:35:23 UTC
(
hide
)
Description:
Bug 32043: Circulation alerts can overlap other elements on smaller screens
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-11-04 17:35:23 UTC
Size:
1.33 KB
patch
obsolete
>From 1ae5ff5f918307e84d7553bebfa7db15041f8302 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. >--- > 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.20.1
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