Staff Client Customization: Backdate Checkin Alert
authorMcCanna <tmccanna@georgialibraries.org>
Wed, 8 Nov 2017 21:27:08 +0000 (16:27 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 13 Nov 2017 14:43:33 +0000 (09:43 -0500)
Makes onscreen checkin alert more obvious.

Signed-off-by: McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/staff/css/circ.css.tt2

index 8f3475b..9fb60e6 100644 (file)
@@ -169,6 +169,15 @@ but the ones I'm finding aren't quite cutting it..*/
 
 /* -- end patron registration -- */
 
+/* -- PINES Customizations -- */
+.alert-danger {
+  font-weight:bold;
+  color: red;
+  text-align: center;
+  padding: 5px;
+}
+
+
 [%# 
 vim: ft=css 
 %]