diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index 7a51213dee..9777c582da 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -300,8 +300,29 @@ } } } + + #help_wrapper { + padding: 0 ($baseline*1.5) ($baseline*1.5) ($baseline*1.5); + + header { + margin-bottom: $baseline; + padding-right: 0; + padding-left: 0; + } + + + } + + .tip { + font-size: 12px; + display: block; + color: $dark-gray; + } + + } .leanModal_box { @extend .modal; } + diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 35963075e6..a906266103 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -21,17 +21,13 @@ discussion_link = get_discussion_link(course) if course else None %> -% if discussion_link: -

If you have a question, problem, or suggestion specific to this course (regarding the - lectures, homework, tools, or other materials), please post it on the +

For questions on course lectures, homework, tools, or materials for this course, post in the course discussion forum.

-% endif -

If you have a general question regarding edX or use of the site, please check the - FAQ!

+

Have general questions about edX? You can find lots of helpful information in the edX + FAQ.

-

If you would like to contact the edX general support team directly, please use one of - the buttons below:

+

Have a question about something specific? You can contact the edX general support team directly:


@@ -59,10 +55,10 @@ discussion_link = get_discussion_link(course) if course else None % endif - + - +