style Alert Message red
authorJason Etheridge <jason@esilibrary.com>
Wed, 18 Sep 2013 17:52:52 +0000 (13:52 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 18 Sep 2013 17:52:52 +0000 (13:52 -0400)
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/templates/opac/PatronSummary.tt2
Open-ILS/src/templates/opac/css/PatronSummary.css.tt2

index 36c932c..5b0340c 100644 (file)
@@ -59,7 +59,7 @@
                         </span><br/>
                         [% END %]
                         [% IF ctx.user.alert_message %]
-                        <span>
+                        <span class="red_alert">
                             [% ctx.user.alert_message | html %]
                         </span><br/>
                         [% END %]
index b1b46d9..b042928 100644 (file)
@@ -33,6 +33,9 @@ body {
     font-weight: bold;
     overflow: auto;
 }
+.red_alert {
+    color: red;
+}
 .click_link { text-decoration: underline; color: blue; -moz-user-focus: normal; cursor: pointer; }
 .patronNameLarge { font-weight: bold; }
 .patronSummaryDiv { border: solid thick transparent; padding: 10px; }