[Koha-bugs] [Bug 5593] Change cart markup to allow for easier icon styling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 7 18:26:10 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5593

--- Comment #4 from Owen Leonard <oleonard at myacpl.org> 2011-01-07 17:26:10 UTC ---
Created attachment 2966
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2966
Proposed change

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:

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

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list