[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 8902568a838c0f722ecea6b20a499e829b156490
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, rel_2_0 has been updated
via 8902568a838c0f722ecea6b20a499e829b156490 (commit)
from e7ff401d4c3d9a4d762ab488932e7e8116fa09f7 (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 8902568a838c0f722ecea6b20a499e829b156490
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 a66c534..9582a24 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