From 8902568a838c0f722ecea6b20a499e829b156490 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 Signed-off-by: Jason Etheridge --- 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 a66c5341bc..9582a24bae 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