Tpac CSS: Login failure message
authorMelissa Lefebvre <mlefebvre@biblio.org>
Fri, 11 May 2012 15:07:50 +0000 (11:07 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 17 Jul 2012 17:27:43 +0000 (13:27 -0400)
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 <mlefebvre@biblio.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

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

index f68a101..246c172 100644 (file)
@@ -679,6 +679,11 @@ div.format_icon {
        height:29px;
 }
 
+#login-failed-message {
+       font-size: 16px;
+       color: red;
+}
+
 #home-buttons-inner {
        height:117px;
        background:#bda964;