[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. 5c565f6b5203c841664b1b508a23551bc549863b

Evergreen Git git at git.evergreen-ils.org
Sun Jan 19 14:23:23 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, master has been updated
       via  5c565f6b5203c841664b1b508a23551bc549863b (commit)
      from  e382b99b6437a323d7be7f261d2f8249fe1bca51 (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 5c565f6b5203c841664b1b508a23551bc549863b
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