diff --git a/cms/static/sass/_static-pages.scss b/cms/static/sass/_static-pages.scss index e6d8ef0e58..1ab3413682 100644 --- a/cms/static/sass/_static-pages.scss +++ b/cms/static/sass/_static-pages.scss @@ -8,6 +8,14 @@ .unit-body { padding: 0; + + .details { + display: block !important; + + h2 { + margin: 0 0 5px 0; + } + } } .component-editor { diff --git a/cms/templates/edit-tabs.html b/cms/templates/edit-tabs.html index 16bca8568b..c6ffb14124 100644 --- a/cms/templates/edit-tabs.html +++ b/cms/templates/edit-tabs.html @@ -17,15 +17,18 @@ <%block name="content">
-
-

Here you can add and manage additional pages for your course. These pages will be added to the primary navigation menu alongside Courseware, Course Info, Discussion, etc.

+

Here you can add and manage additional pages for your course

+

These pages will be added to the primary navigation menu alongside Courseware, Course Info, Discussion, etc.

+ + +
    % for id in components: