Adding some style to the OPAC search results page's "highlight" link
authorOwen Leonard <oleonard@myacpl.org>
Wed, 12 Aug 2009 16:19:20 +0000 (11:19 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 13 Aug 2009 01:14:12 +0000 (21:14 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/images/highlight.gif [new file with mode: 0644]

index fef333f..d7b04c3 100644 (file)
@@ -13,10 +13,6 @@ a:hover,input.editshelf:hover,a.editshelf:hover,input.deleteshelf:hover {
        color : #990033;
 }
 
-a.highlight_toggle {
-    display : none;
-}
-
 body {
        background-color : white;
        text-align : left;
@@ -421,6 +417,13 @@ a .term {
        background-image:url(../../images/placereserve.gif);
 }
 
+.searchresults a.highlight_toggle {
+       background : transparent url(../../images/highlight.gif) -4px center no-repeat;
+       display: none;
+       font-weight: normal;
+       padding : 0 10px 0 21px;
+}
+
 #action a.addtoshelf, #toolbar a.addtoshelf {
        background-image:url(../../images/addtoshelf.gif);
 }
diff --git a/koha-tmpl/opac-tmpl/prog/images/highlight.gif b/koha-tmpl/opac-tmpl/prog/images/highlight.gif
new file mode 100644 (file)
index 0000000..f60e963
Binary files /dev/null and b/koha-tmpl/opac-tmpl/prog/images/highlight.gif differ