From: McCanna Date: Wed, 8 Nov 2017 21:27:08 +0000 (-0500) Subject: Staff Client Customization: Backdate Checkin Alert X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=652e1d1ad6165c268140f6f404790c2d5d994c30;p=evergreen%2Fpines.git Staff Client Customization: Backdate Checkin Alert Makes onscreen checkin alert more obvious. Signed-off-by: McCanna --- diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index cbbf509133..6e9165cb48 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -191,6 +191,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 %]