From 28d1acb8e44fd53aa2e3cf3e1d9b1a8671140f61 Mon Sep 17 00:00:00 2001 From: McCanna Date: Wed, 8 Nov 2017 16:27:08 -0500 Subject: [PATCH] Staff Client Customization: Backdate Checkin Alert Makes onscreen checkin alert more obvious. Signed-off-by: McCanna --- Open-ILS/src/templates/staff/css/circ.css.tt2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/circ.css.tt2 b/Open-ILS/src/templates/staff/css/circ.css.tt2 index 3e445816b8..0ebca35f73 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -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 %] -- 2.11.0