Bugzilla – Attachment 190614 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) Standardize sort icon alignment
Bug-40816-follow-up-Standardize-sort-icon-alignmen.patch (text/plain), 1.29 KB, created by
Owen Leonard
on 2025-12-18 11:58:22 UTC
(
hide
)
Description:
Bug 40816: (follow-up) Standardize sort icon alignment
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-12-18 11:58:22 UTC
Size:
1.29 KB
patch
obsolete
>From e7b10cf1ee278e92000cac21a5e539c0b8b513d0 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 18 Dec 2025 06:56:16 -0500 >Subject: [PATCH] Bug 40816: (follow-up) Standardize sort icon alignment > >DataTables wants to change the alignment of the sorting icons when it >detects the column contents as numeric or date. This patch overrides >that. >--- > koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >index 634b95efd39..a544c0164f1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss >@@ -169,12 +169,26 @@ table { > td { > padding: .5em; > } >+ > tr.dtrg-group { > td { > background: #e0e0e0; > } > } > } >+ >+ th.dt-type-numeric, >+ th.dt-type-date, >+ td.dt-type-numeric, >+ td.dt-type-date { >+ div.dt-column-header { >+ flex-direction: row; >+ } >+ >+ div.dt-column-footer { >+ flex-direction: row; >+ } >+ } > } > > /* Row grouping */ >-- >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