[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. ec156f7c3616c5ede221490c634e6e2658bca280
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 28 15:58:34 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, rel_2_1 has been updated
via ec156f7c3616c5ede221490c634e6e2658bca280 (commit)
from be26b4d3226e23ff1e4f818ce82a4680c899104a (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 ec156f7c3616c5ede221490c634e6e2658bca280
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/web/templates/default/conify/global/acq/edi_account.tt2 b/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2
index eebadd4..a7e35a4 100644
--- a/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2
+++ b/Open-ILS/web/templates/default/conify/global/acq/edi_account.tt2
@@ -1,7 +1,8 @@
[% WRAPPER default/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:
.../default/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