Fix for Bug 5593, Change cart markup to allow for easier icon styling
authorOwen Leonard <oleonard@myacpl.org>
Fri, 7 Jan 2011 16:15:18 +0000 (11:15 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Apr 2011 03:04:07 +0000 (15:04 +1200)
commitf1869ec06407dcca8c8d29cf06fd342b203ee758
treecaf305d78324d20a7597b1500bed1626debd34ec
parentef9c269d7a13ab8553b41005574bc65818d9821e
Fix for Bug 5593, Change cart markup to allow for easier icon styling

Replacing inline cart image with a span with a unique ID. Adding
styling to the deafult CSS to give that span a background of the
same cart image as before. Custom CSS can override this with a
different image.

Example for OPACUserCSS preference:

  background-image : url("/opac-tmpl/prog/famfamfam/silk/basket.png");
  width:16px;
  height:16px;
}

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
    background-image: url("/opac-tmpl/prog/famfamfam/silk/basket.png");
}

Will also change the cart image in opac detail view.
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/includes/doc-head-close.inc