From: Chris Sharp Date: Mon, 23 Jan 2012 16:14:02 +0000 (-0500) Subject: adding custom css to remove display of patron credits X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fbab693ac5d8e026d47cb440883c3cf039365caf;p=evergreen%2Fpines.git adding custom css to remove display of patron credits --- diff --git a/Open-ILS/xul/staff_client/server/skin/global_custom.css b/Open-ILS/xul/staff_client/server/skin/global_custom.css new file mode 100644 index 0000000000..5185263d90 --- /dev/null +++ b/Open-ILS/xul/staff_client/server/skin/global_custom.css @@ -0,0 +1,2 @@ +.hide_patron_credit { display: none; } +[id=credit_forward] { display: none; }