[open-ils-commits] [GIT] Evergreen ILS branch master updated. 48178388d925e1469f5b7811a7fd318275aa4e02
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 17 13:27:53 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 48178388d925e1469f5b7811a7fd318275aa4e02 (commit)
via e0e67c5f478072fd7543f87a509a3c71cda480dd (commit)
from 961037561d3fe7b70fbe9d7a196502527374d8f6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 48178388d925e1469f5b7811a7fd318275aa4e02
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Jul 17 12:55:39 2012 -0400
TPAC: Use % font size + bold to highlight login failure
Loved the idea to call more attention to login failures, but wanted to
try to stick to % for font sizes where possible. Testing suggested that
font-weight:bold and a little padding on top would help the display as
well.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Melissa Lefebvre <mlefebvre at biblio.org>
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index 246c172..30bef30 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -680,8 +680,10 @@ div.format_icon {
}
#login-failed-message {
- font-size: 16px;
+ font-size: 125%;
+ font-weight: bold;
color: red;
+ padding-top: 1em;
}
#home-buttons-inner {
commit e0e67c5f478072fd7543f87a509a3c71cda480dd
Author: Melissa Lefebvre <mlefebvre at biblio.org>
Date: Fri May 11 11:07:50 2012 -0400
Tpac CSS: Login failure message
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 at biblio.org>
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index f68a101..246c172 100644
--- 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;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/web/css/skin/default/opac/style.css | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list