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>
.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; }