From: Michael Peters Date: Wed, 11 Apr 2012 19:35:17 +0000 (-0400) Subject: Add a few additional standing penalty CSS rules X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e184ac7f5b96e9ae143af8de2f54a3f753807af9;p=working%2FEvergreen.git Add a few additional standing penalty CSS rules LP#921817 discovered that there were several different standings which would cause the patron summary to lose it's colored outline around the patron name. Jason Etheridge reccomended a few cases that needed color schemes, so I added a few. Thanks, Jason and Steve, for identifying the problem and making for an easy fix. Signed-off-by: Michael Peters --- 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 5a0adbdafa..361c327987 100644 --- a/Open-ILS/xul/staff_client/server/skin/patron_display.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css @@ -85,3 +85,8 @@ row#row_billing_zip { padding-bottom: 10px; } .PATRON_JUVENILE .dob { color: purple; } .PATRON_JUVENILE label.juvenile_indicator { display: inline; color: purple; } + +.STAFF_CHR .patronNameLarge { border: solid thick #CC0066; padding: 10px; } +.ALERT_NOTE .patronNameLarge { border: solid thick #FF00FF; padding: 10px; } +.ONE_PENALTY .patronNameLarge { border: solid thick #66FFFF; padding: 10px; } +.MULTIPLE_PENALTIES .patronNameLarge { border: solid thick #FF6633; padding: 10px; }