Bugzilla – Attachment 141831 Details for
Bug 31758
Add 'page-section' to system preferences page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31758: OPTION 2 (follow-up) Add padding between adjacent sections
Bug-31758-OPTION-2-follow-up-Add-padding-between-a.patch (text/plain), 845 bytes, created by
Lucas Gass (lukeg)
on 2022-10-13 16:10:51 UTC
(
hide
)
Description:
Bug 31758: OPTION 2 (follow-up) Add padding between adjacent sections
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-10-13 16:10:51 UTC
Size:
845 bytes
patch
obsolete
>From c9490507a5fe05ed20cea46d28787bca598e050a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 13 Oct 2022 10:51:45 +0000 >Subject: [PATCH] Bug 31758: OPTION 2 (follow-up) Add padding between adjacent > sections > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > 1 file changed, 5 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 82baa544f9..dfcb6bb38a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -20,7 +20,12 @@ > > .page-section { > @include card; >+ > padding: .5em 1em; >+ >+ & + .page-section { >+ margin-top: 1em; >+ } > } > > a { >-- >2.30.2
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 31758
:
141769
|
141770
|
141793
|
141830
|
141831
|
141834
|
141915
|
141916