Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
a51ab4f1
Commit
a51ab4f1
authored
Feb 13, 2014
by
Brian Talbot
Committed by
Julia Hansbrough
Feb 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LMS: adding iconography to language pref on dashboard UI
parent
a07d243f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
lms/static/sass/multicourse/_dashboard.scss
+13
-0
lms/templates/dashboard/_dashboard_info_language.html
+2
-1
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
a51ab4f1
...
@@ -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
{
...
...
lms/templates/dashboard/_dashboard_info_language.html
View file @
a51ab4f1
...
@@ -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>
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment