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")} +