Tpac CSS: Login failure message user/melissa/tpac_css_login_failure
authorMelissa Lefebvre <mlefebvre@biblio.org>
Fri, 11 May 2012 15:07:50 +0000 (11:07 -0400)
committerMelissa Lefebvre <mlefebvre@biblio.org>
Fri, 11 May 2012 15:07:50 +0000 (11:07 -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>
Open-ILS/web/css/skin/default/opac/style.css

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