Bugzilla – Attachment 190060 Details for
Bug 39780
Update library groups form to use grid layout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39780: (follow-up) Adjust layout of checkbox inputs at larger widths
Bug-39780-follow-up-Adjust-layout-of-checkbox-inpu.patch (text/plain), 3.03 KB, created by
Owen Leonard
on 2025-12-01 16:15:14 UTC
(
hide
)
Description:
Bug 39780: (follow-up) Adjust layout of checkbox inputs at larger widths
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-12-01 16:15:14 UTC
Size:
3.03 KB
patch
obsolete
>From 22f499902ced8e34f356c5fa45a1959429719b51 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 1 Dec 2025 11:06:14 -0500 >Subject: [PATCH] Bug 39780: (follow-up) Adjust layout of checkbox inputs at > larger widths > >Also adjusting the markup on the library add/edit form so that yes/no >selects are narrower. >--- > .../intranet-tmpl/prog/css/src/_forms.scss | 19 ++++++++++++------- > .../prog/en/modules/admin/branches.tt | 4 ++-- > 2 files changed, 14 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >index a09c40cc2be..a0d3ed07170 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss >@@ -75,6 +75,8 @@ fieldset { > .fg-label { > grid-column: 2 / 3; > grid-row: 1 / 2; >+ justify-self: left; >+ text-align: left; > } > > .fg-input, >@@ -191,14 +193,18 @@ fieldset { > &.input-checkbox { > grid-template-columns: 25% 1.5rem 65%; > >- .fg-label, >- .fg-input { >- grid-column: unset; >+ .fg-label { >+ grid-column: 2 / 3; >+ grid-row: 1 / 2; >+ } >+ >+ .fg-input, >+ .fg-text { >+ grid-column: 1 / 1; > } > > .hint { >- grid-column-end: unset; >- grid-column-start: unset; >+ grid-column: 2 / 3; > } > } > >@@ -235,8 +241,7 @@ fieldset { > .hint { > color: #666; > font-size: 95%; >- grid-column-end: 4; >- grid-column-start: 2; >+ grid-column: 4 / 2; > margin: .3rem 0; > } > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 46b44a746a9..55e9c160cca 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -371,7 +371,7 @@ > <input type="text" name="branchnotes" id="branchnotes" value="[% library.branchnotes | html %]" /> > </div> > </div> >- <div class="fg-row"> >+ <div class="fg-row input-sm"> > <div class="fg-label"> > <label for="pickup_location">Pickup location: </label> > </div> >@@ -387,7 +387,7 @@ > </select> > </div> > </div> >- <div class="fg-row"> >+ <div class="fg-row input-sm"> > <div class="fg-label"> > <label for="public">Public: </label> > </div> >-- >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 39780
:
181714
|
183145
|
183679
| 190060