LP#791225 - Apache Log error - missing CSS files user/mrpeters-isl/create_custom_css
authorMichael Peters <mrpeters@library.in.gov>
Wed, 19 Oct 2011 19:38:51 +0000 (15:38 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Wed, 19 Oct 2011 19:38:51 +0000 (15:38 -0400)
commit20f96e5c6fdf42583d0a8d6511939e01a201e0b7
tree65cc48bbf3a43e6b9244ec25d816965d190ef42f
parentfe4efe2ef44dca5321840f75367313444468ccf6
LP#791225 - Apache Log error - missing CSS files

This commit serves to create the various "_custom.css" files referenced throughout the code.
These files, when nonexistent, can lead to bloated Apache error logs because they 404 each time
they are referred to.

In the interest of providing more information about what they do, lets create them during the install
process and provide a quick comment about their purpose.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Open-ILS/web/css/opac_marc.css [new file with mode: 0644]
Open-ILS/web/css/skin/default/register_custom.css [new file with mode: 0644]
Open-ILS/web/css/theme/default/vandelay.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/cat_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/circ_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/custom.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/global_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/patron_display_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/patron_summary_custom.css [new file with mode: 0644]
Open-ILS/xul/staff_client/server/skin/simple_auth_custom.css [new file with mode: 0644]