[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. 77c5ecb8d22355451c2f3756ea9a3cf7919e0e12
Evergreen Git
git at git.evergreen-ils.org
Wed Sep 28 15:58:45 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_0 has been updated
via 77c5ecb8d22355451c2f3756ea9a3cf7919e0e12 (commit)
from 441b5628eca300217d03c2eb8f9527ee4a47fb34 (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 77c5ecb8d22355451c2f3756ea9a3cf7919e0e12
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 3170cc8..26af18d 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
@@ -29,7 +29,8 @@ function formatProvider(value) {
}
</script>
<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