From: Dan Scott Date: Tue, 10 Jan 2012 19:53:06 +0000 (-0500) Subject: Add customization to staff client serial and print CSS files X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ab38f007589704ef5e63e69b7b2db02662b13ba5;p=evergreen%2Fmasslnc.git Add customization to staff client serial and print CSS files The *_custom.css variants of these are created automatically at install time, so give the parents the ability to actually use them. Signed-off-by: Dan Scott Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/server/skin/print.css b/Open-ILS/xul/staff_client/server/skin/print.css index af654bb78c..57b619fbc3 100644 --- a/Open-ILS/xul/staff_client/server/skin/print.css +++ b/Open-ILS/xul/staff_client/server/skin/print.css @@ -1,3 +1,5 @@ +@import url("print_custom.css"); + .first_pre { page-break-after: always; margin-top: -0.20cm; diff --git a/Open-ILS/xul/staff_client/server/skin/serial.css b/Open-ILS/xul/staff_client/server/skin/serial.css index 504e6db543..3f4abab9c6 100644 --- a/Open-ILS/xul/staff_client/server/skin/serial.css +++ b/Open-ILS/xul/staff_client/server/skin/serial.css @@ -1,3 +1,5 @@ +@import url("serial_custom.css"); + @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); caption.top { background-color: #00246b;