Bugzilla – Attachment 85203 Details for
Bug 22300
Staff search results: Opt groups in 'sort' pull down are not well formatted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22300: Staff search results: Opt groups in 'sort' pull down are not well formatted
Bug-22300-Staff-search-results-Opt-groups-in-sort-.patch (text/plain), 1.48 KB, created by
Katrin Fischer
on 2019-02-15 21:44:02 UTC
(
hide
)
Description:
Bug 22300: Staff search results: Opt groups in 'sort' pull down are not well formatted
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-02-15 21:44:02 UTC
Size:
1.48 KB
patch
obsolete
>From 2d6aaf8f84ae328308139598544cffdd6471b2e0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Feb 2019 15:09:36 +0000 >Subject: [PATCH] Bug 22300: Staff search results: Opt groups in 'sort' pull > down are not well formatted > >This patch adds some CSS to style the staff client search results sort >menu headings. Formerly these were <optgroup> tags with a default >browser style. > >To test, apply the patch and regenerate the staff client CSS. > > - Perform a catalog search in the staff client. > - On the search results page, test the "Sort" menu. Confirm that the > menu headers more clearly indicate the sections. > - Test the "Add to list" button menu too, where the same style will be > in use. > >Signed-off-by: Pierre-Marc Thibault <pierre-marc.thibault@inLibro.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 8 ++++++++ > 1 file changed, 8 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 e1c9d0a6d4..b5cd2192e6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -2385,6 +2385,14 @@ li { > padding: 5px 25em 0 0; > } > } >+ >+ .dropdown-header { >+ border-top: 1px solid #EEE; >+ color: #000; >+ font-weight: bold; >+ padding-left: 10px; >+ } >+ > } > > #search-facets { >-- >2.11.0
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 22300
:
84980
|
85186
| 85203