From: Galen Charlton Date: Tue, 25 Feb 2020 18:01:14 +0000 (-0500) Subject: add 50px of bottom margin the Angular interface across the board X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e69983b391388b9967ff9920efc044819d8d4829;p=working%2FEvergreen.git add 50px of bottom margin the Angular interface across the board Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/staff.component.css b/Open-ILS/src/eg2/src/app/staff/staff.component.css index 508d879b9b..24b94fc70b 100644 --- a/Open-ILS/src/eg2/src/app/staff/staff.component.css +++ b/Open-ILS/src/eg2/src/app/staff/staff.component.css @@ -1,6 +1,7 @@ #staff-content-container { width: 95%; margin-top:56px; + margin-bottom: 50px; padding-right: 10px; padding-left: 10px; margin-right: auto;