projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a1cf10
)
Add styling for login failure message
collab/bshum/login_failure_msg_css
author
Melissa Lefebvre
<mlefebvre@biblio.org>
Fri, 30 Mar 2012 17:22:19 +0000
(13:22 -0400)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/Open-ILS/web/css/skin/default/opac/style.css
b/Open-ILS/web/css/skin/default/opac/style.css
index
0279eea
..
968f8d8
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-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