Bugzilla – Attachment 182676 Details for
Bug 39499
Add some padding to the Save button in the sticky bar in cataloging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39499: Add some padding to the Save button in the sticky bar in cataloging
Bug-39499-Add-some-padding-to-the-Save-button-in-t.patch (text/plain), 1.63 KB, created by
Owen Leonard
on 2025-05-20 13:23:03 UTC
(
hide
)
Description:
Bug 39499: Add some padding to the Save button in the sticky bar in cataloging
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-20 13:23:03 UTC
Size:
1.63 KB
patch
obsolete
>From 0a9abe73fdeee12c763b5d945edaefad29676a32 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 20 May 2025 13:12:33 +0000 >Subject: [PATCH] Bug 39499: Add some padding to the Save button in the sticky > bar in cataloging > >This patch corrects a regression in the style of the floating toolbar on >the basic MARC editor page. There should be comfortable padding around >the "Save" button while keeping the toolbar's full width matching the >tab panels. > >To test, apply the patch and clear your browser cache if necessary. > >- Go to Cataloging -> New record. >- The toolbar with the "Save" button should look correct. >- The container with the tab buttons right below that should be the same > width as the tab panel. >- Scroll down and confirm that everything looks good when the toolbar is > floating. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/css/addbiblio.css | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >index ae89201194d..862cf98eb42 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/addbiblio.css >@@ -5,7 +5,15 @@ form { > div#toolbar { > border: 0; > margin-bottom: 0; >- padding-top: 5px; >+ padding: 5px 0 0 0; >+} >+ >+#toolbar .btn-group { >+ padding-left: 5px; >+} >+ >+#addbibliotabs { >+ margin-top: 5px; > } > > .tab-content { >@@ -326,10 +334,6 @@ tbody tr.active td { > width: 15em; > } > >-#toolbar { >- padding: 5px 0; >-} >- > .toolbar-tabs-container { > flex-basis: 100%; > margin-top: .5em; >-- >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 39499
:
180046
|
180047
| 182676