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>
Sat, 19 Nov 2022 19:52:45 +0000 (14:52 -0500)
Makes onscreen checkin alert more obvious.

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

index 5a92101..1edc3c8 100644 (file)
@@ -199,6 +199,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 
 %]