[open-ils-commits] [GIT] Evergreen ILS branch master updated. 21a7a45b43941960a68501594d69a3844eeaedb1

Evergreen Git git at git.evergreen-ils.org
Fri Mar 2 12:45:00 EST 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  21a7a45b43941960a68501594d69a3844eeaedb1 (commit)
      from  148c06c17527bac8d37dae5f4d1d9b2ea9011405 (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 21a7a45b43941960a68501594d69a3844eeaedb1
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Fri Mar 2 11:31:35 2012 -0500

    Improve the readability of the rdetail_extras headers in TTPAC
    
    The previous version included green text, on a light green background, which
    was very difficult to read, especially for visually impaired patrons.
    This commit serves to change the header background to a darker green, along
    with a high contrast white text.
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index d9f2120..266ce24 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -475,7 +475,7 @@ div.format_icon {
 
 .rdetail_extras {
 	height: 29px;
-	background: #69A088;
+	background: #417860;
 	padding-top:1px;
 	margin-bottom: 10px;
 	margin-top: 10px;
@@ -501,6 +501,7 @@ div.format_icon {
 	position: relative;
 	top: -4px;
 	left: 7px;
+	color: white;
 }
 
 #paginate-homebanner a.toc {

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/css/skin/default/opac/style.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list