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
c59db6e5
Commit
c59db6e5
authored
Feb 22, 2016
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11622 from eduNEXT/Bound3R/url_static-path
missing change the url path to the sass variable
parents
5094fec6
b0b977ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
common/lib/xmodule/xmodule/css/capa/display.scss
+6
-6
lms/static/sass/course/modules/_calculator.scss
+1
-1
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
c59db6e5
...
...
@@ -376,7 +376,7 @@ div.problem {
display
:
inline-block
;
width
:
25px
;
height
:
20px
;
background
:
url('
..
/images/partially-correct-icon.png')
center
center
no-repeat
;
background
:
url('
#{
$static-path
}
/images/partially-correct-icon.png')
center
center
no-repeat
;
}
input
{
...
...
@@ -1201,7 +1201,7 @@ div.problem {
}
.result-partially-correct
{
background
:
url('
..
/images/partially-correct-icon.png')
left
20px
no-repeat
;
background
:
url('
#{
$static-path
}
/images/partially-correct-icon.png')
left
20px
no-repeat
;
.result-actual-output
{
color
:
#090
;
...
...
@@ -1461,7 +1461,7 @@ div.problem .imageinput.capa_inputtype {
}
.partially-correct
{
background
:
url('
..
/images/partially-correct-icon.png')
center
center
no-repeat
;
background
:
url('
#{
$static-path
}
/images/partially-correct-icon.png')
center
center
no-repeat
;
}
}
...
...
@@ -1480,15 +1480,15 @@ div.problem .annotation-input {
}
.correct
{
background
:
url('
..
/images/correct-icon.png')
center
center
no-repeat
;
background
:
url('
#{
$static-path
}
/images/correct-icon.png')
center
center
no-repeat
;
}
.incorrect
{
background
:
url('
..
/images/incorrect-icon.png')
center
center
no-repeat
;
background
:
url('
#{
$static-path
}
/images/incorrect-icon.png')
center
center
no-repeat
;
}
.partially-correct
{
background
:
url('
..
/images/partially-correct-icon.png')
center
center
no-repeat
;
background
:
url('
#{
$static-path
}
/images/partially-correct-icon.png')
center
center
no-repeat
;
}
}
lms/static/sass/course/modules/_calculator.scss
View file @
c59db6e5
...
...
@@ -29,7 +29,7 @@
width
:
(
$baseline
*
0
.75
);
&
:hover
,
&
:focus
{
background
:
url("
..
/images/calc-icon.png")
$gray-d1
no-repeat
center
;
background
:
url("
#{
$static-path
}
/images/calc-icon.png")
$gray-d1
no-repeat
center
;
}
&
.closed
{
...
...
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