From: Melissa Lefebvre Date: Fri, 11 May 2012 15:07:50 +0000 (-0400) Subject: Tpac CSS: Login failure message X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e0e67c5f478072fd7543f87a509a3c71cda480dd;p=evergreen%2Fpines.git 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 --- diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index f68a101a44..246c1724a8 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;