Bugzilla – Attachment 133568 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), 1001 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-04-21 14:29:13 UTC
(
hide
)
Description:
Bug 30405: Reduce font-size for address in patron search result
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-04-21 14:29:13 UTC
Size:
1001 bytes
patch
obsolete
>From 040d4e805d489f95beaae6f2f1b48ad83c2d293c 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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 61e41e4a949..2f846967309 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -3994,6 +3994,10 @@ input.renew { > #filters { > display: none; > } >+ >+ .address { >+ font-size: 100%; >+ } > } > > #fixedlengthbuilderaction { >-- >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 30405
:
133105
|
133452
| 133568