Bugzilla – Attachment 189606 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
ee949b4.patch (text/plain), 2.14 KB, created by
Jonathan Druart
on 2025-11-14 14:00:04 UTC
(
hide
)
Description:
Bug 40816: (follow-up) CSS updates for table sorting icons
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-14 14:00:04 UTC
Size:
2.14 KB
patch
obsolete
>From ee949b4eb8cf773ff7bb6e6299f59c086422a789 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > .../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.34.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 40816
:
186448
|
186449
|
186450
|
186451
|
188979
|
188991
|
188992
|
188993
|
188994
|
189599
|
189600
|
189601
|
189605
| 189606 |
190614
|
190615
|
190937
|
190938