[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 7188b110ca7c2dcde23f053a978c508974564082

Evergreen Git git at git.evergreen-ils.org
Mon Feb 4 11:41:52 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, rel_2_3 has been updated
       via  7188b110ca7c2dcde23f053a978c508974564082 (commit)
      from  351427dbde7eadfdbeb68369dbc002dbfea557da (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 7188b110ca7c2dcde23f053a978c508974564082
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 285b493..120244a 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -562,14 +562,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