From f53217e5231c1229c5c0b647bbe46dfc020d29a6 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 25 Sep 2012 16:28:11 -0400 Subject: [PATCH] Add padding around courseware content --- cms/static/sass/_base.scss | 4 ++++ cms/templates/unit.html | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/_base.scss b/cms/static/sass/_base.scss index 06822ecdc6..e2ec0b05f9 100644 --- a/cms/static/sass/_base.scss +++ b/cms/static/sass/_base.scss @@ -171,6 +171,10 @@ label { // // ------------------------------------- +.edit-pane { + padding: 40px; +} + .xmodule_display { font-size: 16px; } diff --git a/cms/templates/unit.html b/cms/templates/unit.html index 34c890000a..cb3b080627 100644 --- a/cms/templates/unit.html +++ b/cms/templates/unit.html @@ -12,7 +12,9 @@
  • S3V2: Properties of Linearity
  • - ${editable_preview} +
    + ${editable_preview} +