From e796453e280d350e6daa0af6f88266cfc12b878e Mon Sep 17 00:00:00 2001 From: Melissa Lefebvre Date: Fri, 30 Mar 2012 13:22:19 -0400 Subject: [PATCH] Add styling for login failure message Set larger font size and color to stand out on page. Signed-off-by: Melissa Lefebvre Signed-off-by: Ben Shum --- 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 0279eea4d7..968f8d8e50 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -1413,3 +1413,8 @@ table.result_holdings_table thead tr { table.result_holdings_table thead tr th { font-weight: bold; } + +#login-failed-message { + font-size: 16px; + color: red; +} \ No newline at end of file -- 2.11.0