Bugzilla – Attachment 114397 Details for
Bug 26397
opac.scss calls non-existent image
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26397: [20.05.x] opac.scss calls non-existent image
Bug-26397-2005x-opacscss-calls-non-existent-image.patch (text/plain), 2.18 KB, created by
David Nind
on 2020-12-14 19:20:16 UTC
(
hide
)
Description:
Bug 26397: [20.05.x] opac.scss calls non-existent image
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-12-14 19:20:16 UTC
Size:
2.18 KB
patch
obsolete
>From df22cd8cbc1c88b1429961132479aafd3d640093 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 2 Dec 2020 14:51:53 +0000 >Subject: [PATCH] Bug 26397: [20.05.x] opac.scss calls non-existent image > >This patch removes some obsolete CSS from the OPAC which calls a >non-existent image. There should be no visible change. > >This patch is specifically for Koha 20.05.x. The bug does not appear in >master. > >To test, apply the patch and rebuild the OPAC SCSS >(https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). > >View the OPAC and confirm that nothing has changed in the style of the >Koha logo in the header. > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 21 --------------------- > .../opac-tmpl/bootstrap/css/src/right-to-left.scss | 6 ------ > 2 files changed, 27 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 3c3541a83d..d4e2628621 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -152,27 +152,6 @@ h1 { > color: #727272; > font-size: 140%; > line-height: 150%; >- >- &#libraryname { >- background: transparent url( "../images/logo-koha.png" ) no-repeat scroll 0%; >- border: 0; >- float: left !important; >- margin: 0; >- padding: 0; >- width: 120px; >- >- a { >- border: 0; >- cursor: pointer; >- display: block; >- height: 0 !important; >- margin: 0; >- overflow: hidden; >- padding: 40px 0 0; >- text-decoration: none; >- width: 120px; >- } >- } > } > > h2 { >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss >index fba7f5baa7..6ef6ca650f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/right-to-left.scss >@@ -55,12 +55,6 @@ a { > } > } > >-h1 { >- &#libraryname { >- float: right !important; >- } >-} >- > input.hold { > padding-right: 23px; > } >-- >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 26397
:
114101
|
114304
|
114397
|
114572