Bugzilla – Attachment 143513 Details for
Bug 32004
Increase font size in top navigation pull downs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32004: (follow-up) Increase padding between menu items
Bug-32004-follow-up-Increase-padding-between-menu-.patch (text/plain), 991 bytes, created by
Owen Leonard
on 2022-11-09 13:51:11 UTC
(
hide
)
Description:
Bug 32004: (follow-up) Increase padding between menu items
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2022-11-09 13:51:11 UTC
Size:
991 bytes
patch
obsolete
>From 9da865e13010d896ba8212629ce903d86f142072 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Nov 2022 13:48:26 +0000 >Subject: [PATCH] Bug 32004: (follow-up) Increase padding between menu items > >I think the increased font size means we need slightly more padding >between items for good legibility. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 ++ > 1 file changed, 2 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 c1231ee766..f41f3d729b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -1353,11 +1353,13 @@ dd { > > .dropdown-menu { > background-color: #F3F4F4; >+ > li { > list-style-type: none; > > a { > color: #000; >+ padding: .4em 20px; > > &:hover { > background-color: #DADADA; >-- >2.20.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 32004
:
143262
|
143446
|
143501
|
143512
| 143513