Bugzilla – Attachment 109663 Details for
Bug 25242
Accessibility: The 'Holdings' table partially obscures navigation links at 200% zoom
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25242: Improve column wrapping for holdingst
Bug-25242-Improve-column-wrapping-for-holdingst.patch (text/plain), 1.53 KB, created by
Alexis Ripetti
on 2020-09-04 14:05:30 UTC
(
hide
)
Description:
Bug 25242: Improve column wrapping for holdingst
Filename:
MIME Type:
Creator:
Alexis Ripetti
Created:
2020-09-04 14:05:30 UTC
Size:
1.53 KB
patch
obsolete
>From c3655525f4052f69e57c3772633b48cc2ed2e4bb Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 1 Sep 2020 17:11:24 +0100 >Subject: [PATCH] Bug 25242: Improve column wrapping for holdingst > >This patch attempts to improve the column wrapping for the holdingst >datatable and sets the tabel to fixed width to prevent overlapping >with other content on high zoom levels/low width screen sizes. > >Test plan >1/ Build the OPAC CSS from the updated SCSS >2/ Navigate to an item with holdings visible in the OPAC >3/ 'Play' with various window sizes and zoom levels. >4/ The table should not overlap with right navigation content >5/ Signoff > >NOTE: This is an alternative patch to those pushed and reverted that >attempted to provide a global fix to overlap issues. This patch >specifically targets just the holdings table in the opac detail view. > >Signed-off-by: Timothy Alexis Vass <timothy_alexis.vass@ub.lu.se> >Signed-off-by: Alexis Ripetti <alexis.ripetti@inLibro.com> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index ea5a396094..1d286ab77b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -2696,6 +2696,14 @@ button { > overflow: auto; > } > >+#holdingst { >+ table-layout: fixed; >+ >+ td { >+ overflow-wrap: break-word; >+ } >+} >+ > #shelfbrowser { > table { > margin: 0; >-- >2.25.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 25242
:
107884
|
107897
|
108348
|
108438
|
108439
|
108574
|
109444
|
109654
|
109663
|
109994