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

Evergreen Git git at git.evergreen-ils.org
Wed Sep 28 15:58:24 EDT 2011


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  a1ca1de82d94bfccb695194944b63f5220f1cb81 (commit)
      from  c5553546720fbace2cb24641e2d1956a3e709c68 (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 a1ca1de82d94bfccb695194944b63f5220f1cb81
Author: Michael Peters <mrpeters at library.in.gov>
Date:   Wed Sep 28 09:09:33 2011 -0400

    A slight modification to prevent clipping in the EDI Accounts interface
    
    Just a few tweaks via CSS to make sure the footer notes don't clip off part of the main grid.
    
    Signed-off-by: Michael Peters <mrpeters at library.in.gov>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/conify/global/acq/edi_account.tt2 b/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
index 12e9acb..9707c74 100644
--- a/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
+++ b/Open-ILS/src/templates/conify/global/acq/edi_account.tt2
@@ -1,7 +1,8 @@
 [% WRAPPER base.tt2 %]
 [% ctx.page_title = 'EDI Accounts' %]
 <style type="text/css">
-    .footer_notes { padding-top: 16px; font-size: smaller; }
+    #pListGrid { min-height: 60px; height: 100%; padding-bottom: 5px; }
+    .footer_notes { font-size: smaller; }
 </style>
 
 <div id='main-list-div'>

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

Summary of changes:
 .../templates/conify/global/acq/edi_account.tt2    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list