Add customization to staff client serial and print CSS files
authorDan Scott <dscott@laurentian.ca>
Tue, 10 Jan 2012 19:53:06 +0000 (14:53 -0500)
committerJason Etheridge <jason@esilibrary.com>
Tue, 10 Jan 2012 20:02:32 +0000 (15:02 -0500)
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 <dscott@laurentian.ca>
Signed-off-by: Jason Etheridge <jason@esilibrary.com>

Open-ILS/xul/staff_client/server/skin/print.css
Open-ILS/xul/staff_client/server/skin/serial.css

index af654bb..57b619f 100644 (file)
@@ -1,3 +1,5 @@
+@import url("print_custom.css");
+
 .first_pre {
     page-break-after: always;
     margin-top: -0.20cm;
index 504e6db..3f4abab 100644 (file)
@@ -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;