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

Evergreen Git git at git.evergreen-ils.org
Thu Feb 2 12:03:27 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  d4214ca2203db30f661ddc051a5069c89dad50b3 (commit)
       via  c01869eb3999223b41e792e913f8f43e1213178a (commit)
      from  97c7b4dd8664a73486aa6c813ed6804c88f640cb (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 d4214ca2203db30f661ddc051a5069c89dad50b3
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Thu Feb 2 11:58:01 2012 -0500

    Tweak the opac-button elements to avoid blending with backgrounds
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/src/templates/opac/parts/topnav.tt2 b/Open-ILS/src/templates/opac/parts/topnav.tt2
index 8971723..de9aeaa 100644
--- a/Open-ILS/src/templates/opac/parts/topnav.tt2
+++ b/Open-ILS/src/templates/opac/parts/topnav.tt2
@@ -8,7 +8,7 @@
         [% IF !ctx.user %]
         <div id="your-acct-login">
             <a href="[% mkurl(ctx.opac_root _ '/myopac/main') %]" 
-                class="opac-button" id="home_myopac_link">
+                class="opac-button opac-button-header" id="home_myopac_link">
                 [% l('Your Account Log in') %]
             </a>
         </div>
diff --git a/Open-ILS/web/css/skin/default/opac/style.css b/Open-ILS/web/css/skin/default/opac/style.css
index c1af0fb..d3594a4 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -1188,14 +1188,25 @@ a.dash-link:hover { text-decoration: underline !important; }
     height: 26px;
 }
 
-/* TODO: gradients */
 .opac-button, .results_header_btns, #simple-detail-view-links { 
-    color: white; 
+    color: #FBF9F9;
     font-weight: bold; 
     text-decoration: none;
+    text-shadow: 1px 1px 1px #555555;
+    cursor: pointer !important;
     -moz-border-radius: 5px;
     border-radius: 5px;
-    background: #69A088; 
+    border: 1px solid #007a54;
+    background: linear-gradient(#007a54, #00593d);
+    background: -moz-linear-gradient(#007a54, #00593d);
+    background: -o-linear-gradient(#007a54, #00593d);
+    background: -webkit-linear-gradient(#007a54, #00593d);
+    background-color: #00593d;
+}
+
+.opac-button-header {
+    background: #69A088;
+    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
 }
 
 .results_header_btns a, #simple-detail-view-links a {

commit c01869eb3999223b41e792e913f8f43e1213178a
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Thu Feb 2 10:27:35 2012 -0500

    Tweak style.css to bring facet headers into sync with color scheme
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    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 e54180b..c1af0fb 100644
--- a/Open-ILS/web/css/skin/default/opac/style.css
+++ b/Open-ILS/web/css/skin/default/opac/style.css
@@ -1010,9 +1010,13 @@ div.facet_sidebar {
 .facet_box_temp .header {
 	height:31px;
 	overflow:hidden;
-	background:url('/images/facet_box_bg.png') no-repeat;
+	background:#00593d;
+        -moz-border-top-left-radius: 5px;
+        border-top-left-radius: 5px;
+        -moz-border-top-right-radius: 5px;
+        border-top-right-radius: 5px;
 	font-weight:bold;
-	color:#007a54;
+	color:white;
 	padding-top:4px;
 }
 

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/topnav.tt2 |    2 +-
 Open-ILS/web/css/skin/default/opac/style.css |   25 ++++++++++++++++++++-----
 2 files changed, 21 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list