Add customization to staff client serial and print CSS files user/dbs/print_custom
authorDan Scott <dscott@laurentian.ca>
Tue, 10 Jan 2012 19:53:06 +0000 (14:53 -0500)
committerDan Scott <dscott@laurentian.ca>
Tue, 10 Jan 2012 19:53:18 +0000 (14:53 -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>
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;