From 3accffe256be2de41ea16045127b3a73c0f2a9e6 Mon Sep 17 00:00:00 2001 From: Melissa Lefebvre Date: Fri, 11 May 2012 11:07:50 -0400 Subject: [PATCH] Tpac CSS: Login failure message To draw attention to failed logins, the font size was increased to 16px and the font color changed from black to red. Signed-off-by: Melissa Lefebvre Signed-off-by: Dan Scott --- Open-ILS/web/css/skin/default/opac/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index c95ed35d58..891e9b26e9 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -679,6 +679,11 @@ div.format_icon { height:29px; } +#login-failed-message { + font-size: 16px; + color: red; +} + #home-buttons-inner { height:117px; background:#bda964; -- 2.11.0