From: Owen Leonard Date: Tue, 7 Apr 2009 19:03:02 +0000 (-0500) Subject: Adding new "tag" icon to tag link in lists interface. Also removing an unwanted ID... X-Git-Tag: ontop~277 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=fe75457c5d12bff223cb7b9ddaf340227a4b8fbf;p=koha.git Adding new "tag" icon to tag link in lists interface. Also removing an unwanted ID from opac-shelves.tmpl markup. Signed-off-by: Galen Charlton --- diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css index 557e173fec..042a61332f 100644 --- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css +++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css @@ -456,28 +456,34 @@ a.send { text-decoration : none; padding-left : 21px; } -a.hold,#placehold input.submit { +a.hold, +#placehold input.submit { background-image: url(../../images/placereserve.gif); background-position : 9px center; background-repeat : no-repeat; text-decoration : none; padding-left : 34px; } -#placehold input.submit,#tagsel_span input.submit { +#placehold input.submit, +#tagsel_span input.submit { border : 0; background-color: transparent; font-size : 100%; font-weight : bold; padding-left : 31px; - text-decoration : underline; color : #336699; cursor : pointer; } -#tagsel_span input.submit { +#tagsel_span input.submit, +#tagsel_tag { background-image: url(../../images/tags.gif); background-position : 9px center; background-repeat : no-repeat; padding-left : 24px; + text-decoration: none; +} +#tagsel_tag { + padding-left: 27px; } #placehold input.submit:hover,#tagsel_span input.submit:hover { color: #990033; diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl index f6b8449ae9..e4f5ddc68a 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl @@ -155,7 +155,7 @@ $(document).ready(function(){ -
+