Add a few additional standing penalty CSS rules user/mrpeters-isl/addl_patron_standing_css_rules
authorMichael Peters <mrpeters@library.in.gov>
Wed, 11 Apr 2012 19:35:17 +0000 (15:35 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Wed, 11 Apr 2012 19:35:17 +0000 (15:35 -0400)
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 <mrpeters@library.in.gov>
Open-ILS/xul/staff_client/server/skin/patron_display.css

index 5a0adbd..361c327 100644 (file)
@@ -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; }