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

Evergreen Git git at git.evergreen-ils.org
Mon Feb 4 11:41:51 EST 2013


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  11dd0bd8b9614db85cd0789efccbd1bb0edefaa3 (commit)
      from  1477178a2960ca8e18b1d0342e2bb9b7ccf16f0c (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 11dd0bd8b9614db85cd0789efccbd1bb0edefaa3
Author: Ben Shum <bshum at biblio.org>
Date:   Tue Jan 29 00:27:55 2013 -0500

    LP1054053 - Remove white padding around login inputs
    
    Forget efforts to make the boxes bigger and smoother as it was in the past.
    Instead, opting for a cleaner look by removing the extra white background
    that was part of the padding surrounding the actual login input area. This
    removes the feeling that the box area should have been bigger than it really
    is.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index 3da8ea4..58ffb4c 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -567,14 +567,13 @@ div.format_icon {
     height:18px;
     margin:0;
     padding:0;
-    background: none;
+    background: [% css_colors.background %];
     font-size: [% css_fonts.size_bigger %];
     color: [% css_colors.text %];
 }
 
 #main-content .left_brain .input_bg {
     padding:10px 10px 0px 13px;
-    background: [% css_colors.background %];
     width:167px;
     height:29px;
 }

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list