LMS: adding iconography to language pref on dashboard UI

This commit is contained in:
Brian Talbot
2014-02-13 15:32:44 -05:00
committed by Julia Hansbrough
parent a07d243fdb
commit a51ab4f1f4
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -2,7 +2,8 @@
<%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">
${_("Preferred Language")}
(<a href="#change_language" rel="leanModal" class="edit-language">${_("edit")}</a>)