Bugzilla – Attachment 186170 Details for
Bug 40727
Minor styling bug in print/email receipt pop-up menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40727: Fix minor styling bug
Bug-40727-Fix-minor-styling-bug.patch (text/plain), 1.58 KB, created by
Laura Escamilla
on 2025-09-04 15:57:20 UTC
(
hide
)
Description:
Bug 40727: Fix minor styling bug
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-09-04 15:57:20 UTC
Size:
1.58 KB
patch
obsolete
>From 5421cbab4f8fa86f87b5ca09c5a8de2f251627c5 Mon Sep 17 00:00:00 2001 >From: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >Date: Thu, 4 Sep 2025 15:53:52 +0000 >Subject: [PATCH] Bug 40727: Fix minor styling bug > >To test: >1. Go to a patron's account >2. Make sure they have an email address in their account >3. Go to their Accounting tab >4. Create a manual invoice >5. Pay the fee >6. Go to the Transactions tab and click the Receipt button > --> There should be two options: Print and Email > --> Note that the options are slightly misaligned (the Print is slightly more to the left) >7. Hover the mouse cursor over one option and then the next > --> The background for the Email option goes over the edge of the pop-up menu on the right >8. Apply the patch. Do a yarn build and then restart_all. Next clear the cache in your local browser and refresh the page. >9. Repeat steps 6 & 7. Email is now properly aligned and when you hover over it the button no longer overflows. >10. Sign off -- have a great day :D >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++++ > 1 file changed, 4 insertions(+) > >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 a43aa86c15..d31a7ac6e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2223,6 +2223,10 @@ td { > margin-left: 0; > } > } >+ >+ .dropdown-menu .dropdown-item { >+ margin-left: 0; >+ } > } > > &.bookcoverimg { >-- >2.39.5
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 40727
:
186170
|
186263