From 7d1a08d481095cf067e181d35647741832a26f5b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 14 Dec 2012 16:15:01 -0500 Subject: [PATCH] pages - made intro text visible again and styled it some --- cms/static/sass/_static-pages.scss | 8 ++++++++ cms/templates/edit-tabs.html | 15 +++++++++------ 2 files changed, 17 insertions(+), 6 deletions(-) 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: