From: Dan Scott Date: Tue, 17 Jul 2012 16:55:39 +0000 (-0400) Subject: TPAC: Use % font size + bold to highlight login failure X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=48178388d925e1469f5b7811a7fd318275aa4e02;p=evergreen%2Fpines.git 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 --- 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 {