Bugzilla – Attachment 3309 Details for
Bug 5871
CSS changes for OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-5871-opac-CSS-new-classes.patch (text/plain), 1.45 KB, created by
Chris Cormack
on 2011-03-16 00:05:47 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-03-16 00:05:47 UTC
Size:
1.45 KB
patch
obsolete
>From 7adb7896bd565b9031a36fde8124cc7b9280be6c Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 15 Dec 2010 00:06:41 +0100 >Subject: [PATCH] Bug 5871 : opac CSS new classes > >Some new classes for OPAC css >--- > koha-tmpl/opac-tmpl/prog/en/css/opac.css | 35 ++++++++++++++++++++++++++++++ > 1 files changed, 35 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >index 83b54ea..68a4701 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css >@@ -1985,6 +1985,41 @@ div.ft { > .searchresults .commentline.yours { > background-color : rgb(239, 254, 213); > background-color : rgba(239, 254, 213, 0.4); >+ >+select.advsearch { >+ margin-left:5em; >+} >+select.advsearchoperator { >+ position:absolute; >+} >+ >+.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; > } > > #plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; } >-- >1.7.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 5871
: 3309