Bugzilla – Attachment 191492 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: (alternate) Remove unnecessary .actions CSS
Bug-40727-alternate-Remove-unnecessary-actions-CSS.patch (text/plain), 1.31 KB, created by
Owen Leonard
on 2026-01-15 14:15:52 UTC
(
hide
)
Description:
Bug 40727: (alternate) Remove unnecessary .actions CSS
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2026-01-15 14:15:52 UTC
Size:
1.31 KB
patch
obsolete
>From 112da1dcf9c3d575448fe9d201bee88c5a6cae2a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 15 Jan 2026 09:03:35 -0500 >Subject: [PATCH] Bug 40727: (alternate) Remove unnecessary .actions CSS > >This patch takes an alternate approach of removing some CSS which isn't >strictly necessary. I think there was a time when the Bootstrap buttons >didn't come with their own margins and we needed to add it manually. > >This change will slightly affect the margins of any buttons inside a >td.actions, but the default margin looks fine to me. Examples: > >- Administration -> Patron categories >- Tools -> Notices and slips >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 10 ---------- > 1 file changed, 10 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 ebb964719da..e1f33176f0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2203,16 +2203,6 @@ li { > td { > &.actions { > white-space: nowrap; >- >- a, >- button { >- display: inline-block; >- margin-left: .3rem; >- >- &:first-child { >- 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
|
191492
|
191498
|
192613
|
192614