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>
Wed, 6 Nov 2019 17:28:05 +0000 (12:28 -0500)
Makes onscreen checkin alert more obvious.

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

index 3e44581..0ebca35 100644 (file)
@@ -204,6 +204,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 
 %]