adding a little styling to the language note on the LMS help modal

This commit is contained in:
Frances Botsford
2014-02-27 15:32:56 -05:00
parent f061c00292
commit 25833471d4
2 changed files with 7 additions and 2 deletions

View File

@@ -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 {

View File

@@ -62,7 +62,7 @@ discussion_link = get_discussion_link(course) if course else None
<a href="#" id="feedback_link_question">${_('Ask a question')}</a>
</div>
<p>${_('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(
<p class="note">${_('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
)}</p>