adding custom css to remove display of patron credits
authorChris Sharp <csharp@georgialibraries.org>
Mon, 23 Jan 2012 16:14:02 +0000 (11:14 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 3 Apr 2013 17:53:44 +0000 (13:53 -0400)
Open-ILS/xul/staff_client/server/skin/global_custom.css [new file with mode: 0644]

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 (file)
index 0000000..5185263
--- /dev/null
@@ -0,0 +1,2 @@
+.hide_patron_credit { display: none; }
+[id=credit_forward] { display: none; }