[Koha-patches] [PATCH] Fix for Bug 3062, "place hold on lists different font"

Owen Leonard oleonard at myacpl.org
Fri Mar 27 21:31:52 CET 2009


---
 koha-tmpl/opac-tmpl/prog/en/css/opac.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/css/opac.css b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
index 5649b25..cb5697a 100644
--- a/koha-tmpl/opac-tmpl/prog/en/css/opac.css
+++ b/koha-tmpl/opac-tmpl/prog/en/css/opac.css
@@ -456,6 +456,13 @@ a.send {
 	text-decoration : none;
 	padding-left : 21px;
 }
+a.hold {
+	background-image: url(../../images/placereserve.gif);
+	background-position : 9px center;
+	background-repeat : no-repeat;
+	text-decoration : none;
+	padding-left : 34px;
+}
 
 #toolbar a.empty {
 	background-image: url(../../images/trash.gif);
-- 
1.5.6.5




More information about the Koha-patches mailing list