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
cb209fa0
Commit
cb209fa0
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: revising color of language icon
parent
d00a0f5b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
lms/static/sass/multicourse/_dashboard.scss
+7
-4
lms/templates/dashboard/_dashboard_info_language.html
+1
-1
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
cb209fa0
...
@@ -857,13 +857,16 @@
...
@@ -857,13 +857,16 @@
// status - language
// status - language
.status-language
{
.status-language
{
.icon
,
.title
{
.icon
{
display
:
inline-block
!
important
;
// needed for LMS horrible specificity
@include
font-size
(
17
);
display
:
inline-block
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
(
$baseline
/
4
);
color
:
$black
;
}
}
.icon
{
.
title
.
icon
{
margin-right
:
(
$baseline
/
4
);
opacity
:
0
.75
;
// needed to overcome bad specificity elsewhere
}
}
}
}
...
...
lms/templates/dashboard/_dashboard_info_language.html
View file @
cb209fa0
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<li
class=
"status status-language"
>
<li
class=
"status status-language"
>
<i
class=
"icon icon-flag-alt"
></i>
<span
class=
"title status-title"
>
<span
class=
"title status-title"
>
<i
class=
"icon icon-flag-alt"
></i>
${_("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>
)
</span>
</span>
...
...
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