[open-ils-commits] [GIT] Evergreen ILS branch rel_3_1 updated. c7a94384291a35f88e5cff48403c11417e5d77e9

Evergreen Git git at git.evergreen-ils.org
Mon Apr 30 12:02:13 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, rel_3_1 has been updated
       via  c7a94384291a35f88e5cff48403c11417e5d77e9 (commit)
      from  ee38cd98876fab584fb843ba597d9866dbe4986c (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 c7a94384291a35f88e5cff48403c11417e5d77e9
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