From 25833471d4b6714fca5eaa459891eef8a9b1785f Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Thu, 27 Feb 2014 15:32:56 -0500 Subject: [PATCH] adding a little styling to the language note on the LMS help modal --- lms/static/sass/shared/_modal.scss | 7 ++++++- lms/templates/help_modal.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index b8a02d686d..88a9c3121e 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -304,7 +304,12 @@ padding-left: 0; } - + .note { + @include font-size(12); + @include line-height(12); + margin-top: ($baseline/2); + color: $lighter-base-font-color; + } } .discussion-alert-wrapper button { diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 59ef9f656f..675633af5b 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -62,7 +62,7 @@ discussion_link = get_discussion_link(course) if course else None ${_('Ask a question')} -

${_('Please note: The {platform_name} support team is English speaking. While we will do our best to address your inquiry in any language, our responses will be in English.').format( +

${_('Please note: The {platform_name} support team is English speaking. While we will do our best to address your inquiry in any language, our responses will be in English.').format( platform_name=platform_name )}