From a51ab4f1f42aeee72eea9b98372aa8a8bf26a777 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 13 Feb 2014 15:32:44 -0500 Subject: [PATCH] LMS: adding iconography to language pref on dashboard UI --- lms/static/sass/multicourse/_dashboard.scss | 13 +++++++++++++ .../dashboard/_dashboard_info_language.html | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index ef864cb392..e9d8663a59 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -854,6 +854,19 @@ } } + // status - language + .status-language { + + .icon, .title { + display: inline-block !important; // needed for LMS horrible specificity + vertical-align: middle; + } + + .icon { + margin-right: ($baseline/4); + } + } + // status - verification .status-verification { diff --git a/lms/templates/dashboard/_dashboard_info_language.html b/lms/templates/dashboard/_dashboard_info_language.html index 606895c763..912b55c18c 100644 --- a/lms/templates/dashboard/_dashboard_info_language.html +++ b/lms/templates/dashboard/_dashboard_info_language.html @@ -2,7 +2,8 @@ <%namespace name='static' file='../static_content.html'/> -
  • +
  • + ${_("Preferred Language")} (${_("edit")})