Bugzilla – Attachment 162865 Details for
Bug 36265
Bigger font-size for headers in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36265: Bigger font-size for headers in staff interface
Bug-36265-Bigger-font-size-for-headers-in-staff-in.patch (text/plain), 1.20 KB, created by
Fridolin Somers
on 2024-03-07 09:32:57 UTC
(
hide
)
Description:
Bug 36265: Bigger font-size for headers in staff interface
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2024-03-07 09:32:57 UTC
Size:
1.20 KB
patch
obsolete
>From 1c841020164cf159771377ffa7a5c7dccbb12e44 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 7 Mar 2024 10:31:28 +0100 >Subject: [PATCH] Bug 36265: Bigger font-size for headers in staff interface > >In staff interface, text in nav bar and search header are at normal size. >Since these are used a lot, I propose to increase font-size at 110%. > >Test by applying patch and rebuild CSS to see bigger text in staff >interface >--- > koha-tmpl/intranet-tmpl/prog/css/src/_header.scss | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >index 292ef7754e..55f31a5dfb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_header.scss >@@ -7,6 +7,7 @@ a.navbar-toggle { > overflow: hidden; > color: #FFFFFF; > text-shadow: unset; >+ font-size: 110%; > > &:hover, > &:active, >@@ -85,6 +86,7 @@ a.navbar-toggle { > padding: 0 .25em; > margin: 0 .25em; > border: 2px solid transparent; >+ font-size: 110%; > } > } > } >-- >2.43.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 36265
:
162865
|
162878
|
162879
|
163830
|
163848