Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Jason Stephenson <jason@sigio.com>
</span><br/>
[% END %]
[% IF ctx.user.alert_message %]
- <span>
+ <span class="red_alert">
[% ctx.user.alert_message | html %]
</span><br/>
[% END %]
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; }