From 48178388d925e1469f5b7811a7fd318275aa4e02 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 17 Jul 2012 12:55:39 -0400 Subject: [PATCH] TPAC: Use % font size + bold to highlight login failure Loved the idea to call more attention to login failures, but wanted to try to stick to % for font sizes where possible. Testing suggested that font-weight:bold and a little padding on top would help the display as well. Signed-off-by: Dan Scott Signed-off-by: Melissa Lefebvre --- Open-ILS/web/css/skin/default/opac/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css index 246c1724a8..30bef30ffd 100644 --- a/Open-ILS/web/css/skin/default/opac/style.css +++ b/Open-ILS/web/css/skin/default/opac/style.css @@ -680,8 +680,10 @@ div.format_icon { } #login-failed-message { - font-size: 16px; + font-size: 125%; + font-weight: bold; color: red; + padding-top: 1em; } #home-buttons-inner { -- 2.11.0