Bugzilla – Attachment 125188 Details for
Bug 29091
Correct display of lists and tags on search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29091: Correct display of lists and tags on search results
Bug-29091-Correct-display-of-lists-and-tags-on-sea.patch (text/plain), 1.42 KB, created by
Owen Leonard
on 2021-09-23 12:16:01 UTC
(
hide
)
Description:
Bug 29091: Correct display of lists and tags on search results
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-09-23 12:16:01 UTC
Size:
1.42 KB
patch
obsolete
>From 01e8e9840516990969a9f17d360b6d720dcf5063 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 23 Sep 2021 11:54:43 +0000 >Subject: [PATCH] Bug 29091: Correct display of lists and tags on search > results > >This patch makes a minor change to CSS to fix the display of tags and >lists on the OPAC search results page so that the list doesn't have >extra padding. > >To test, apply the patch and rebuild the OPAC SCSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >- To test you should be able to perform a catalog search in the OPAC > which will return results which have one or more tags and which are on > one or more lists. >- In the OPAC search results, confirm that there isn't extra padding > between the "Tags:" and "Lists:" labels and their values. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index c665cfea5d..6607aef618 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2037,9 +2037,10 @@ nav { > .tags, > .shelves { > ul { >- display: inline; >+ display: inline-block; > list-style: none; >- margin-left: 0; >+ margin: 0; >+ padding: 0; > > li { > display: inline; >-- >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 29091
:
125187
|
125188
|
125299
|
125335