From b81c25383cc330c3ec534d826a964cb6f6deeab2 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 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 %] -- 2.11.0