[open-ils-commits] r14144 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 24 02:57:22 EDT 2009


Author: phasefx
Date: 2009-09-24 02:57:17 -0400 (Thu, 24 Sep 2009)
New Revision: 14144

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css
Log:
Change background colors for patron name to colored border around the name instead.  Correct the font-related CSS as well

Modified: trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css	2009-09-24 06:25:15 UTC (rev 14143)
+++ trunk/Open-ILS/xul/staff_client/server/skin/patron_display.css	2009-09-24 06:57:17 UTC (rev 14144)
@@ -7,38 +7,38 @@
 
 hbox#PatronNotNavBar { border-top: solid thin black; }
 deck#patron_deck { border-left: solid thin black; }
-.patronNameLarge { font-size: large; font-family: bold; }
+.patronNameLarge { font-weight: bold; }
 
-.NO_PENALTIES .patronNameLarge { background-color: lime; color: black; }
+.NO_PENALTIES .patronNameLarge { border: solid thick lime; padding: 10px; }
 /*
 .ONE_PENALTY .patronNameLarge { background-color: fuchsia; }
 .MULTIPLE_PENALTIES .patronNameLarge { background-color: #CC3300; }
 */
 
-.PATRON_HAS_BILLS .patronNameLarge { background-color: #FFC266; color: black; }
+.PATRON_HAS_BILLS .patronNameLarge { border: solid thick #FFC266; padding: 10px; }
 .PATRON_HAS_BILLS label.bill { color: #AA4400; }
 /* .PATRON_HAS_BILLS label.bill.label { text-decoration: underline; } */
 .PATRON_HAS_BILLS label.bill.value { }
 .PATRON_HAS_BILLS label.bills_indicator { display: inline; color: #AA4400; }
 
-.PATRON_HAS_OVERDUES .patronNameLarge { background-color: #FFC266; color: black; }
+.PATRON_HAS_OVERDUES .patronNameLarge { border: solid thick #FFC266; padding: 10px; }
 .PATRON_HAS_OVERDUES label.items_overdue { color: #AA4400; }
 /* .PATRON_HAS_OVERDUES label.items_overdue.label { text-decoration: underline; } */
 .PATRON_HAS_OVERDUES label.items_overdue.value { }
 .PATRON_HAS_OVERDUES label.overdues_indicator { display: inline; color: #AA4400; }
 
-.PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { background-color: #C99DFF; color: black; }
+.PATRON_EXCEEDS_CHECKOUT_COUNT .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out { color: purple; }
 /* .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.label { text-decoration: underline; } */
 .PATRON_EXCEEDS_CHECKOUT_COUNT label.items_out.value { }
 
-.PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { background-color: #C99DFF; color: black; }
+.PATRON_EXCEEDS_OVERDUE_COUNT .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue { color: purple; }
 /* .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.label { text-decoration: underline; } */
 .PATRON_EXCEEDS_OVERDUE_COUNT label.items_overdue.value { }
 .PATRON_EXCEEDS_OVERDUE_COUNT label.max_overdues_indicator { display: inline; color: purple; }
 
-.PATRON_EXCEEDS_FINES .patronNameLarge { background-color: #C99DFF; color: black; }
+.PATRON_EXCEEDS_FINES .patronNameLarge { border: solid thick #C99DFF; padding: 10px; }
 .PATRON_EXCEEDS_FINES label.bill { color: purple; }
 /* .PATRON_EXCEEDS_FINES label.bill.label { text-decoration: underline; } */
 .PATRON_EXCEEDS_FINES label.bill.value { }
@@ -52,20 +52,20 @@
 
 .PATRON_HAS_INVALID_ADDRESS label.invalid_address_indicator { display: inline; color: #CC3300 }
 
-.PATRON_HAS_ALERT .patronNameLarge, 
+.PATRON_HAS_ALERT .patronNameLarge { border: solid thick yellow; padding: 10px }
 .PATRON_HAS_ALERT groupbox.alert { background-color: yellow; color: black; }
 .PATRON_HAS_ALERT label.alert_indicator { display: inline; color: #AA4400 }
 
 .PATRON_HAS_NOTES label.note_indicator { display: inline; color: #AA4400 }
 
-.PATRON_INACTIVE .patronNameLarge { background-color: #333333; color: white; }
+.PATRON_INACTIVE .patronNameLarge { border: solid thick #333333; padding: 10px; }
 .PATRON_INACTIVE label.inactive_indicator { display: inline; color: black; }
 
-.PATRON_EXPIRED .patronNameLarge { background-color: #666666;  color: white;}
+.PATRON_EXPIRED .patronNameLarge { border: solid thick #666666;  padding: 10px;}
 .PATRON_EXPIRED label.expired_indicator { display: inline; color: black; }
 .PATRON_EXPIRED label.expire_date { background-color: #666666; color: white }
 
-.PATRON_BARRED .patronNameLarge { background-color: #CC3300; color: white; }
+.PATRON_BARRED .patronNameLarge { border: solid thick #CC3300; padding: 10px; }
 .PATRON_BARRED label.barred_indicator { display: inline; color: #CC3300; }
 
 .PATRON_NET_ACCESS_1 .net_access { color: #AA4400; } /* Filtered */



More information about the open-ils-commits mailing list