[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 2d646ac68446c5e9ef6c431f9bccbf36f8f896f7

Evergreen Git git at git.evergreen-ils.org
Tue Jun 21 11:49:18 EDT 2011


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  2d646ac68446c5e9ef6c431f9bccbf36f8f896f7 (commit)
      from  ed9e2cca78956bd878e335a4d228133e85107faa (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 2d646ac68446c5e9ef6c431f9bccbf36f8f896f7
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Tue Jun 21 11:57:39 2011 -0400

    LP#783590 fix patron alert message highlighting
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/xul/staff_client/server/skin/patron_display.css b/Open-ILS/xul/staff_client/server/skin/patron_display.css
index d5baf3a..8298d4b 100644
--- a/Open-ILS/xul/staff_client/server/skin/patron_display.css
+++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css
@@ -57,6 +57,7 @@ row#row_billing_zip { padding-bottom: 10px; }
 
 .PATRON_HAS_ALERT .patronNameLarge { border: solid thick yellow; padding: 10px }
 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; }
+.PATRON_HAS_ALERT [id^=patron_alert] { background: yellow; color: black; }
 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: #AA4400 }
 
 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: #AA4400 }

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

Summary of changes:
 .../staff_client/server/skin/patron_display.css    |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list