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

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 12:02:12 EDT 2018


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  9100dd6dddb81fdfcd341448e05543665bd37187 (commit)
      from  ef03a9607d240263c20e55dd063c70ab8a8f35e7 (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 9100dd6dddb81fdfcd341448e05543665bd37187
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Mon Mar 19 16:15:01 2018 -0400

    LP#1756993: Add padding to bottom of web client pages
    
    Adds 50px of padding at the bottom of web client interfaces. This padding
    provides some breathing room at the bottom of the page without giving the
    appearance of too much white space.
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>

diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2
index cc971ab..b70887b 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -1,3 +1,6 @@
+/* Create some padding at bottom of the page for breathing room */
+body { padding-bottom: 50px; }
+
 /* --------------------------------------------------------------------------
  * Simple default navbar style adjustements to apply the Evergreen color.
  * TODO: style other components to match EG color scheme

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

Summary of changes:
 Open-ILS/src/templates/staff/css/style.css.tt2 |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list