Bugzilla – Attachment 186377 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.45 KB, created by
Hammat wele
on 2025-09-11 17:06:38 UTC
(
hide
)
Description:
Bug 40787: Plugins buttons misaligned when search box is enabled
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2025-09-11 17:06:38 UTC
Size:
1.45 KB
patch
obsolete
>From 64f6d1bf665572b92206fb0b253b5d50fd2690ce Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Thu, 11 Sep 2025 17:04:10 +0000 >Subject: [PATCH] Bug 40787: Plugins buttons misaligned when search box is > enabled > >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. Repeat step 2 >--> buttons are aligned nicely >--- > 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 f8c9cefcd75..ef2bf2281e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4749,6 +4749,12 @@ div .suggestion_note { > } > } > >+#plugin-search-form { >+ .form-group { >+ margin-bottom: 0px; >+ } >+} >+ > @import "header"; > @import "toolbar"; > @import "forms"; >-- >2.34.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 40787
:
186377
|
186378