]> git.koha-community.org Git - koha.git/commit
Bug 9615 - Combine staff home page images into single sprite
authorOwen Leonard <oleonard@myacpl.org>
Thu, 14 Feb 2013 16:31:48 +0000 (11:31 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Feb 2013 05:40:18 +0000 (18:40 +1300)
commit6ec663a63cc24d9903a835bc0ae69d80a9d8797d
tree29b2dd374150e66cdb28c416fc758a0d56c280e6
parentb403c46ed9af626dd402bf90489214b430eaa0e1
Bug 9615 - Combine staff home page images into single sprite

In order to reduce the number of concurrent downloads on the staff
client home page the images representing the various modules (circ,
patrons, etc) could be combined into one sprite.

This patch creates a new sprite containing all images and corrects the
CSS for the default and hover states of each link to match the previous
version. The separate images have been removed. Also added is a
GIMP-compatible Photoshop file from which the sprite is generated.

To test, apply the patch, clear your browser cache, and view the staff
client home page. Each module icon should look correct in its default
and hover states.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Work as described, Good idea! No errors.
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Works nicely, no problems found.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
15 files changed:
koha-tmpl/intranet-tmpl/prog/en/css/mainpage.css
koha-tmpl/intranet-tmpl/prog/img/icon_acquisitions.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_administration.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_authorities.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_cataloging.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_circulation.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_koha.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_lists.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_patrons.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_reports.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_search.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_serials.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/icon_tools.png [deleted file]
koha-tmpl/intranet-tmpl/prog/img/staff-home-icons-sprite.png [new file with mode: 0644]
misc/interface_customization/staff-home-icons-sprite.psd [new file with mode: 0644]