From 53e2c072807cc822dd3a31658f49bcd03dd7a6dd Mon Sep 17 00:00:00 2001 From: Paul Poulain 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