Bugzilla – Attachment 133105 Details for
Bug 30405
Style of address in patron search result are 110%
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30405: Reduce font-size for address in patron search result
Bug-30405-Reduce-font-size-for-address-in-patron-s.patch (text/plain), 895 bytes, created by
Jonathan Druart
on 2022-04-08 08:22:50 UTC
(
hide
)
Description:
Bug 30405: Reduce font-size for address in patron search result
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-04-08 08:22:50 UTC
Size:
895 bytes
patch
obsolete
>From 265917e9db8f68390f1d80832fa1ee8df2e89fea Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 8 Apr 2022 10:22:05 +0200 >Subject: [PATCH] Bug 30405: Reduce font-size for address in patron search > result > >The address has a font-size: 110%, it's not needed here, 100% is enough. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 4 ++++ > 1 file changed, 4 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 b9d0573dc73..3211b0ac820 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -4041,6 +4041,10 @@ input.renew { > #filters { > display: none; > } >+ >+ .address { >+ font-size: 100%; >+ } > } > > #fixedlengthbuilderaction { >-- >2.25.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 30405
:
133105
|
133452
|
133568