Bugzilla – Attachment 108833 Details for
Bug 26263
Style error on OPAC search results when item-level_itypes is set to bibliographic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26263: Add column width to itypecol
Bug-26263-Add-column-width-to-itypecol.patch (text/plain), 941 bytes, created by
Martin Renvoize (ashimema)
on 2020-08-21 15:35:33 UTC
(
hide
)
Description:
Bug 26263: Add column width to itypecol
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-21 15:35:33 UTC
Size:
941 bytes
patch
obsolete
>From 2b430250cb28b162a3b0c6c50846d2a22e648651 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Aug 2020 16:33:57 +0100 >Subject: [PATCH] Bug 26263: Add column width to itypecol > >We add a static width to the itypecol and set a matching max-width for >the contained image to improve the layout of the results table for >accessability and reactivity. >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 202878b534..b959283fd8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -236,6 +236,13 @@ td { > &.numcol { > width: 3ch; > } >+ >+ &.itypecol { >+ width: 36px; >+ img { >+ max-width: 32px; >+ } >+ } > } > > tr { >-- >2.20.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 26263
:
108771
| 108833