From 26edfb8653488a3c2c019a0fac867c59d3511685 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 10 Jan 2012 14:53:06 -0500 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/skin/print.css | 2 ++ Open-ILS/xul/staff_client/server/skin/serial.css | 2 ++ 2 files changed, 4 insertions(+) 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; -- 2.11.0