From: Michael Peters <mrpeters@library.in.gov>
Date: Wed, 28 Sep 2011 13:09:33 +0000 (-0400)
Subject: A slight modification to prevent clipping in the EDI Accounts interface
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a1ca1de82d94bfccb695194944b63f5220f1cb81;p=evergreen%2Fmasslnc.git

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@library.in.gov>
Signed-off-by: Mike Rylander <mrylander@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 12e9acb358..9707c742cc 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'>