From decc79bf67d236ec2031aa7184bec1fa339bd8f4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 24 Sep 2010 18:04:59 +0000 Subject: [PATCH] don't styled the juvenile indicator in the patron display based on age calculations by default, just go by the juvenile flag on the user. local CSS can restore the behavior if desired git-svn-id: svn://svn.open-ils.org/ILS/trunk@17958 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/skin/patron_display.css | 3 --- 1 file changed, 3 deletions(-) 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 1555907cb3..d5baf3a75e 100644 --- a/Open-ILS/xul/staff_client/server/skin/patron_display.css +++ b/Open-ILS/xul/staff_client/server/skin/patron_display.css @@ -50,9 +50,6 @@ row#row_billing_zip { padding-bottom: 10px; } .PATRON_EXCEEDS_FINES label.max_bills_indicator { display: inline; color: purple; } .PATRON_EXCEEDS_FINES label#under_bills { color: red; } -.PATRON_AGE_LT_18 .dob { color: purple; } -.PATRON_AGE_LT_18 label.juvenile_indicator { display: inline; color: purple; } - .PATRON_HAS_INVALID_DOB .dob { color: purple; } .PATRON_HAS_INVALID_DOB label.invalid_dob_indicator { display: inline; color: purple } -- 2.11.0