Bugzilla – Attachment 12642 Details for
Bug 8660
Tag status does not show on multiple tag add
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8860 follow-up: Porting opac.css changes to cssr theme
Bug-8860-follow-up-Porting-opaccss-changes-to-cssr.patch (text/plain), 1.78 KB, created by
Paul Poulain
on 2012-10-02 14:42:45 UTC
(
hide
)
Description:
Bug 8860 follow-up: Porting opac.css changes to cssr theme
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-10-02 14:42:45 UTC
Size:
1.78 KB
patch
obsolete
>From 53e2c072807cc822dd3a31658f49bcd03dd7a6dd Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Tue, 2 Oct 2012 16:29:14 +0200 >Subject: [PATCH] Bug 8860 follow-up: Porting opac.css changes to cssr theme > >http://bugs.koha-community.org/show_bug.cgi?id=8660 >--- > koha-tmpl/opac-tmpl/ccsr/en/css/opac.css | 27 ++++++++++++++++++++------- > 1 file changed, 20 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >index ef1b84b..48d925b 100644 >--- a/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >+++ b/koha-tmpl/opac-tmpl/ccsr/en/css/opac.css >@@ -725,7 +725,7 @@ input.deleteshelf:active { > > #tagslist li { display : inline; } > >-a.tag_results_add { >+a.tag_add { > background-image: url(../../images/tag-small.png); > background-position : -1px center; > background-repeat : no-repeat; >@@ -744,7 +744,6 @@ a.tag_results_add { > > .tag_results_input { > background-color: #EEE; >- display: none; > margin-left: 1em; > padding: 0.3em; > } >@@ -1446,9 +1445,19 @@ padding-left : .4em; > padding-left:20px > } > >-.searchresults .tagstatus { >- display: block; >- color: #707070; >+.tagstatus { >+ color: #707070; >+ padding: 0 4px 0 4px; >+ margin-left: 5px; >+ border: 1px solid #bcbcbc; >+ background-color: #ffffcc; >+ -webkit-border-radius: 4px; >+ -moz-border-radius: 4px; >+ border-radius: 4px; >+} >+ >+.results_summary.tagstatus { >+ display: inline; > } > > .results_summary .label { >@@ -1459,8 +1468,12 @@ padding-left : .4em; > font-weight: normal; > } > >-.actions a { >- margin-left : 1em; >+.actions a.hold, >+.actions a.addtocart, >+.actions a.addtoshelf, >+.actions a.addtolist, >+.actions a.tag_add { >+ margin-left : 1em; > text-decoration : none; > } > >-- >1.7.9.5
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 8660
:
11750
|
11766
|
11767
|
11786
|
12642
|
12905
|
12906
|
13168