From 18ac86c66617cbe3efefb52407877902c691ef86 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Mon, 19 Mar 2018 16:15:01 -0400 Subject: [PATCH] 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 Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/css/style.css.tt2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2 index 6e04a641b5..9213e8cf65 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 -- 2.11.0