Commit a51ab4f1 by Brian Talbot Committed by Julia Hansbrough

LMS: adding iconography to language pref on dashboard UI

parent a07d243f
...@@ -854,6 +854,19 @@ ...@@ -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
.status-verification { .status-verification {
......
...@@ -2,7 +2,8 @@ ...@@ -2,7 +2,8 @@
<%namespace name='static' file='../static_content.html'/> <%namespace name='static' file='../static_content.html'/>
<li class="status status-verification is-accepted"> <li class="status status-language">
<i class="icon icon-flag-alt"></i>
<span class="title status-title"> <span class="title status-title">
${_("Preferred Language")} ${_("Preferred Language")}
(<a href="#change_language" rel="leanModal" class="edit-language">${_("edit")}</a>) (<a href="#change_language" rel="leanModal" class="edit-language">${_("edit")}</a>)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment