Add styling for login failure message collab/bshum/login_failure_msg_css
authorMelissa Lefebvre <mlefebvre@biblio.org>
Fri, 30 Mar 2012 17:22:19 +0000 (13:22 -0400)
committerBen Shum <bshum@biblio.org>
Fri, 30 Mar 2012 17:29:51 +0000 (13:29 -0400)
Set larger font size and color to stand out on page.

Signed-off-by: Melissa Lefebvre <mlefebvre@biblio.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/web/css/skin/default/opac/style.css

index 0279eea..968f8d8 100644 (file)
@@ -1413,3 +1413,8 @@ table.result_holdings_table thead tr {
 table.result_holdings_table thead tr th {
     font-weight: bold;
 }
+
+#login-failed-message {
+       font-size: 16px;
+       color: red;
+}
\ No newline at end of file