Bugzilla – Attachment 189486 Details for
Bug 40787
Plugins buttons misaligned when search box is enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40787: Plugins buttons misaligned when search box is enabled
Bug-40787-Plugins-buttons-misaligned-when-search-b.patch (text/plain), 1.62 KB, created by
David Nind
on 2025-11-11 10:33:12 UTC
(
hide
)
Description:
Bug 40787: Plugins buttons misaligned when search box is enabled
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-11-11 10:33:12 UTC
Size:
1.62 KB
patch
obsolete
>From b8653cd89bf83ad8bbe20d72c7e7aa111e395b19 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Thu, 11 Sep 2025 17:08:46 +0000 >Subject: [PATCH] Bug 40787: Plugins buttons misaligned when search box is > enabled >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The buttons in the plugins home page ("Upload plugin" and "View plugins by class") become misaligned when you have the git repository search bar. > >To test: > >1. Add a github/gitlab repository in koha-conf.xml > - In ktd shell, open /etc/koha/sites/kohadev/koha-conf.xml > - Somewhere under <config> insert the following (or your own) > ><plugin_repos> > <repo> > <name>Solutions inLibro</name> > <org_name>inLibro</org_name> > <service>github</service> > </repo> ></plugin_repos> > > - Save the file > - restart_all > >2. Go to Administration > Manage plugins >--> Buttons are misaligned > >3. Apply the patch > >4. Run command « yarn build » > >5. Repeat step 2 >--> buttons are aligned nicely > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 6 ++++++ > 1 file changed, 6 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 3921643243..5bac274c4f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4751,6 +4751,12 @@ div .suggestion_note { > } > } > >+#plugin-search-form { >+ .form-group { >+ margin-bottom: 0px; >+ } >+} >+ > @import "header"; > @import "toolbar"; > @import "forms"; >-- >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 40787
:
186377
|
186378
| 189486 |
189596