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

--- Comment #2 from Shane Sammons <ssamm...@npelem.com> ---
If you use the OPAC CSS editing (Home › Administration › System Preferences >
OPAC > OPACUserCSS )  section and use the .thumbnail class or the classes I
added:

.opac_thumb, .amazon_thumb, .google_thumb, .syndetics_thumb,
.openlibrary_thumb, .bakertaylor_thumb (for thumbnails)

.amazon_no, .google_no, .openlibrary_no, .bakertaylor_no (for no-image)

Additionally to save time putting the following in the OPAC CSS editor will
give you a setup similar to my screencast:

/*examples how a specific class works*/
div.amazon_no{ /*Amazon no image [seem broken in code]*/
border: 1px solid #FFA500; /*amazon is ornage*/
}
.google_thumb, .google_no{/*Google no image*/
border-top: 2px solid #F00;
border-right: 2px solid #080;
border-bottom: 2px solid #FF0;
border-left: 2px solid #00F;
padding: 2px;
}
.openlibrary_no{
background: url(http://openlibrary.org/images/logo_IA-sm.png) right center
no-repeat;
color: #00F;
text-align: left;
}

Hopefully that explains how to try it?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to