Add additional padding for MSF with external tools

This will allow the external tools to fully show given the
module sequence footer is floating at the bottom now.

closes CNVS-26677

Test Plan:
  - Load up a course with TurnitIn enabled
  - Add an external tool to a module
  - As a student take a look at the module
  - The footer should not cover the "accept/reject" buttons
    for TurnitIn.
    * Note: This must be done at a lower resolution as it doesn't
            affect larger screens since they have plenty of screen
            real estate.

Change-Id: I3ae25cf3cc1e31dfd69cab3246afeaf8eb41aff8
Reviewed-on: https://gerrit.instructure.com/71042
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
QA-Review: Clare Strong <clare@instructure.com>
Tested-by: Jenkins
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
This commit is contained in:
Clay Diffrient 2016-01-27 15:54:51 -07:00
parent 0282e60cb6
commit dd88726b90
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
#content {
&.Content--with-module-footer {
padding-bottom: 70px;
.tool_content_wrapper {
padding-bottom: 70px;
}
}
}