LMS: adding iconography to language pref on dashboard UI
This commit is contained in:
committed by
Julia Hansbrough
parent
a07d243fdb
commit
a51ab4f1f4
@@ -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 {
|
||||
|
||||
|
||||
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user