Bugzilla – Attachment 115847 Details for
Bug 27493
Improve structure and style of checkbox columns in tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27493: Add styling for hidden columns
Bug-27493-Add-styling-for-hidden-columns.patch (text/plain), 998 bytes, created by
Katrin Fischer
on 2021-01-26 22:04:36 UTC
(
hide
)
Description:
Bug 27493: Add styling for hidden columns
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-01-26 22:04:36 UTC
Size:
998 bytes
patch
obsolete
>From 1a5387d63fa477a91439eadeca284deb17c08382 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 20 Jan 2021 12:42:58 +0000 >Subject: [PATCH] Bug 27493: Add styling for hidden columns > >I'm sure adding a 'hidden' class to a table column used to remove it >from display entirely.. seems that's no longer the case so we add the >CSS back in here. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 47bf90623d..d30346997b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -172,6 +172,10 @@ td { > &.numcol { > width: 3ch; > } >+ >+ &.hidden { >+ display: none; >+ } > } > > th { >-- >2.11.0
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 27493
:
115416
|
115428
|
115753
|
115754
|
115847
|
115922
|
115923
|
115932