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=b81c25383cc330c3ec534d826a964cb6f6deeab2;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 798117ebad..cbd9a7aafb 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -198,6 +198,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 %]