TPAC: Use % font size + bold to highlight login failure
authorDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 16:55:39 +0000 (12:55 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 17:27:46 +0000 (13:27 -0400)
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 <dscott@laurentian.ca>
Signed-off-by: Melissa Lefebvre <mlefebvre@biblio.org>

Open-ILS/web/css/skin/default/opac/style.css

index 246c172..30bef30 100644 (file)
@@ -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 {