From 7baf338cdb6d56748dd90957b78c549aa8af50ce Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 15 Aug 2014 11:21:23 -0400 Subject: [PATCH] Studio: revising help copy and actions on course re-reun UI --- cms/static/sass/elements/_system-help.scss | 6 ++++++ cms/templates/course-create-rerun.html | 10 +++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/elements/_system-help.scss b/cms/static/sass/elements/_system-help.scss index f7e34f2043..0538bf6f7d 100644 --- a/cms/static/sass/elements/_system-help.scss +++ b/cms/static/sass/elements/_system-help.scss @@ -243,6 +243,12 @@ } } + // learn more (aka external help button) + .external-help-button { + @extend %ui-btn-flat-outline; + @extend %sizing; + } + // actions .list-actions { @extend %cont-no-list; diff --git a/cms/templates/course-create-rerun.html b/cms/templates/course-create-rerun.html index fabb36d251..eef8e797da 100644 --- a/cms/templates/course-create-rerun.html +++ b/cms/templates/course-create-rerun.html @@ -127,23 +127,27 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio

${_("When will my course re-run start?")}

${_("What transfers from the original course?")}

${_("What does not transfer from the original course?")}

+ +
+ ${_("Learn more about Course Re-runs")} +