[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. b896b490a45f3abc8a94ee173028428ca432bd4c

Evergreen Git git at git.evergreen-ils.org
Sun Jan 19 14:23:45 EST 2014


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_5 has been updated
       via  b896b490a45f3abc8a94ee173028428ca432bd4c (commit)
      from  e2d8c946e1a360641736abb5efd0720caa80033f (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 b896b490a45f3abc8a94ee173028428ca432bd4c
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Tue Jun 18 09:01:30 2013 +0300

    Move hard-coded style out of the copy status layout.
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
index 0e991aa..7dbc3c2 100644
--- a/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
+++ b/Open-ILS/xul/staff_client/server/circ/copy_status_overlay.xul
@@ -83,15 +83,15 @@
     <vbox id="cmvb1" flex="1"/>
 </box>
 
-<vbox id="cmvb1" flex="1">
-    <hbox id="background" style="background-color: yellow">
+<vbox id="cmvb1" flex="1" class="copystatus_header_bar">
+    <hbox id="background">
         <spacer flex="1"/>
-        <label value="&staff.circ.copy_status_overlay.item_status.label;" style="font-size: x-large; font-weight: bold;"/>
+        <label value="&staff.circ.copy_status_overlay.item_status.label;"/>
         <spacer flex="1"/>
     </hbox>
-    <hbox id="last_scanned_hbox" style="background-color: yellow">
+    <hbox id="last_scanned_hbox">
         <spacer flex="1"/>
-        <label id="last_scanned" style="font-weight: bold;"/>
+        <label id="last_scanned"/>
         <spacer flex="1"/>
     </hbox>
     <groupbox id="cmgb1" flex="2">
diff --git a/Open-ILS/xul/staff_client/server/skin/circ.css b/Open-ILS/xul/staff_client/server/skin/circ.css
index aebf50b..27ae6ca 100644
--- a/Open-ILS/xul/staff_client/server/skin/circ.css
+++ b/Open-ILS/xul/staff_client/server/skin/circ.css
@@ -70,6 +70,12 @@ treechildren::-moz-tree-row(backdate_failed,selected) {
     background-color: #ffc0ff ! important;
 }
 
+
+.copystatus_header_bar #background,
+.copystatus_header_bar #last_scanned_hbox { background-color: yellow; }
+.copystatus_header_bar #background label { font-size: x-large; font-weight: bold; }
+.copystatus_header_bar #last_scanned_hbox label { font-weight: bold; }
+
 .checkin_screen_normal { background-color: green; }
 .checkin_screen_backdating { background-color: red; }
 .checkin_screen_do_not_alert_on_precat { }

-----------------------------------------------------------------------

Summary of changes:
 .../server/circ/copy_status_overlay.xul            |   10 +++++-----
 Open-ILS/xul/staff_client/server/skin/circ.css     |    6 ++++++
 2 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list