Bugzilla – Attachment 15676 Details for
Bug 9711
OPACPopupAuthorsSearch ugly in CSSR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9711: Add css style for OPACPopupAuthorsSearch
Bug-9711-Add-css-style-for-OPACPopupAuthorsSearch.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2013-02-26 09:54:31 UTC
(
hide
)
Description:
Bug 9711: Add css style for OPACPopupAuthorsSearch
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-02-26 09:54:31 UTC
Size:
1.46 KB
patch
obsolete
>From 740818f59e8b042f5562b217689a3d232551c43c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 26 Feb 2013 10:51:20 +0100 >Subject: [PATCH] Bug 9711: Add css style for OPACPopupAuthorsSearch > >Bug 5888 introduces a new syspref OPACPopupAuthorsSearch. If enabled, a >popup is displayed on the OPAC detail page. >This development does not add the css for the ccsr theme. > >Test plan: >Enable the OPACPopupAuthorsSearch. >Check that the appearance is the same of prog and ccsr themes. >--- > koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 31 ++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >index 90a838f..d00eb5b 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >@@ -2731,3 +2731,34 @@ a.reviewlink,a.reviewlink:visited { > .idbresult img { > padding-right: 6px; > } >+ >+.authorSearch { >+ position: absolute; >+ display: none; >+ z-index: 2; >+ background-color: white; >+ border: 1px solid black; >+ padding: 4px; >+} >+.authorSearch li { >+ list-style-type: none; >+} >+.authorSearch ul { >+ padding-left: 0px; >+} >+.subjectSearch { >+ position: absolute; >+ display: none; >+ z-index: 2; >+ background-color: white; >+ border: 1px solid black; >+ padding: 4px; >+} >+.subjectSearch li { >+ list-style-type: none; >+} >+.subjectSearch ul { >+ padding-left: 0px; >+} >+ >+ >-- >1.7.10.4
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 9711
:
15665
|
15666
|
15676
|
15679
|
16129