projects
/
evergreen
/
tadl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256f4c8
)
Tpac CSS: Login failure message
author
Melissa Lefebvre
<mlefebvre@biblio.org>
Fri, 11 May 2012 15:07:50 +0000
(11:07 -0400)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 17 Jul 2012 17:29:09 +0000
(13:29 -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
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
c95ed35
..
891e9b2
100644
(file)
--- a/
Open-ILS/web/css/skin/default/opac/style.css
+++ b/
Open-ILS/web/css/skin/default/opac/style.css
@@
-679,6
+679,11
@@
div.format_icon {
height:29px;
}
+#login-failed-message {
+ font-size: 16px;
+ color: red;
+}
+
#home-buttons-inner {
height:117px;
background:#bda964;