LP#1756993: Add padding to bottom of web client pages user/kmlussier/lp1756993-add-bottom-padding-to-web-client-interfaces
authorKathy Lussier <klussier@masslnc.org>
Mon, 19 Mar 2018 20:15:01 +0000 (16:15 -0400)
committerKathy Lussier <klussier@masslnc.org>
Mon, 19 Mar 2018 20:15:01 +0000 (16:15 -0400)
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@masslnc.org>
Open-ILS/src/templates/staff/css/style.css.tt2

index 7d32275..a3b9d2b 100644 (file)
@@ -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