From e184ac7f5b96e9ae143af8de2f54a3f753807af9 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Wed, 11 Apr 2012 15:35:17 -0400 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/skin/patron_display.css | 5 +++++ 1 file changed, 5 insertions(+) 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; } -- 2.11.0