Fix for Bug 3062, "place hold on lists different font"
authorOwen Leonard <oleonard@myacpl.org>
Fri, 27 Mar 2009 20:31:52 +0000 (15:31 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 27 Mar 2009 23:33:26 +0000 (18:33 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
koha-tmpl/opac-tmpl/prog/en/css/opac.css

index 5649b25..cb5697a 100644 (file)
@@ -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);