[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 99b2b9f8eb620500cd6341297abfbd93f88d112c

Evergreen Git git at git.evergreen-ils.org
Tue Jul 17 13:29:27 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, rel_2_2 has been updated
       via  99b2b9f8eb620500cd6341297abfbd93f88d112c (commit)
       via  3accffe256be2de41ea16045127b3a73c0f2a9e6 (commit)
      from  256f4c8039d2105cd978e22af1353b46be0c0cd1 (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 99b2b9f8eb620500cd6341297abfbd93f88d112c
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 891e9b2..f7c971d 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 3accffe256be2de41ea16045127b3a73c0f2a9e6
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 c95ed35..891e9b2 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