[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 18ac86c66617cbe3efefb52407877902c691ef86
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_0 has been updated
via 18ac86c66617cbe3efefb52407877902c691ef86 (commit)
from 509d9a3617797a32a288d75aab10a897e069a898 (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 18ac86c66617cbe3efefb52407877902c691ef86
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 6e04a64..9213e8c 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