[open-ils-commits] [GIT] Evergreen ILS branch master updated. ab38f007589704ef5e63e69b7b2db02662b13ba5
Evergreen Git
git at git.evergreen-ils.org
Tue Jan 10 15:03:05 EST 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via ab38f007589704ef5e63e69b7b2db02662b13ba5 (commit)
from b8fd484b3fd1f49d01e8556951a23eda6a49ee76 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab38f007589704ef5e63e69b7b2db02662b13ba5
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Jan 10 14:53:06 2012 -0500
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 <dscott at laurentian.ca>
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
diff --git a/Open-ILS/xul/staff_client/server/skin/print.css b/Open-ILS/xul/staff_client/server/skin/print.css
index af654bb..57b619f 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 @@
+ at 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 504e6db..3f4abab 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 @@
+ at import url("serial_custom.css");
+
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
caption.top {
background-color: #00246b;
-----------------------------------------------------------------------
Summary of changes:
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(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list