[Koha-patches] [PATCH] Adding some style to the OPAC search results page's "highlight" link

Owen Leonard oleonard at myacpl.org
Wed Aug 12 18:19:20 CEST 2009


---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css      |   11 +++++++----
 koha-tmpl/opac-tmpl/prog/images/highlight.gif |  Bin 0 -> 111 bytes
 2 files changed, 7 insertions(+), 4 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/images/highlight.gif

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index fef333f..d7b04c3 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -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
index 0000000000000000000000000000000000000000..f60e9632dd44ea0ea8c9a268c0b7650178d3d62f
GIT binary patch
literal 111
zcmZ?wbhEHb6k!l$Sj57x at Ae~;yjA}};0zEmz<}aU7DfgJ76u)V07xwZvx&#9JO2z$
zd9I$S7&G<gyThzZ*F3 at +4H$H!*1YNDb)4hq{O{F)zfVjOjy-31)i!%c(a8`s1_o;Y
D)nh9I

literal 0
HcmV?d00001

-- 
1.5.6.5




More information about the Koha-patches mailing list