Bugzilla – Attachment 84980 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.34 KB, created by
Owen Leonard
on 2019-02-11 15:19:24 UTC
(
hide
)
Description:
Bug 22300: Staff search results: Opt groups in 'sort' pull down are not well formatted
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2019-02-11 15:19:24 UTC
Size:
1.34 KB
patch
obsolete
>From 43c123135a13df169ea11ee34030e9236699886d 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. >--- > 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 e1c9d0a..b5cd219 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.1.4
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