Bugzilla – Attachment 189605 Details for
Bug 40816
Upgrade DataTables from 2.1.8 to >2.3.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40816: (follow-up) CSS updates for table sorting icons
Bug-40816-follow-up-CSS-updates-for-table-sorting-.patch (text/plain), 2.07 KB, created by
Owen Leonard
on 2025-11-14 13:50:51 UTC
(
hide
)
Description:
Bug 40816: (follow-up) CSS updates for table sorting icons
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-11-14 13:50:51 UTC
Size:
2.07 KB
patch
obsolete
>From ec4df4ef6d74380ae41026e83ed30b77d1efa779 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 14 Nov 2025 08:46:36 -0500 >Subject: [PATCH] Bug 40816: (follow-up) CSS updates for table sorting icons > >--- > .../opac-tmpl/bootstrap/css/src/_common.scss | 23 ++++++++++++------- > 1 file changed, 15 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >index 190b28132aa..bb05e3bac7c 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_common.scss >@@ -863,6 +863,7 @@ table { > thead { > tr { > th { >+ vertical-align: middle; > > &.dt-orderable-asc span.dt-column-order::before, > &.dt-ordering-asc span.dt-column-order::before, >@@ -884,14 +885,6 @@ table { > content: "\f0d7"; /* fa-cart-down */ > } > >- &.dt-orderable-asc, >- &.dt-orderable-desc, >- &.dt-ordering-asc, >- &.dt-ordering-desc { >- padding-right: 30px; >- position: relative; >- } >- > span.dt-column-order::before, > span.dt-column-order::after { > color: #548300; >@@ -927,6 +920,20 @@ table { > color: #006100; > opacity: 1; > } >+ >+ div { >+ &.dt-column-footer, >+ &.dt-column-header { >+ align-items: center; >+ display: flex; >+ gap: 4px; >+ justify-content: space-between; >+ >+ span.dt-column-title { >+ flex-grow: 1; >+ } >+ } >+ } > } > } > } >-- >2.39.5
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 40816
:
186448
|
186449
|
186450
|
186451
|
188979
|
188991
|
188992
|
188993
|
188994
|
189599
|
189600
|
189601
|
189605
|
189606
|
190614
|
190615
|
190937
|
190938