From 054b731161243ccd5e3b10339cee541c328c46c4 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 5a921017bc..1edc3c85b8 100644 --- a/Open-ILS/src/templates/staff/css/circ.css.tt2 +++ b/Open-ILS/src/templates/staff/css/circ.css.tt2 @@ -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 %] -- 2.11.0