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
a47ce6a3
Commit
a47ce6a3
authored
Oct 03, 2012
by
Victor Shnayder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #809 from MITx/feature/rocha/styling-for-code-responses
Add styling for code grader responses
parents
3db829a3
1ef4614b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
66 additions
and
0 deletions
+66
-0
common/lib/xmodule/xmodule/css/capa/display.scss
+66
-0
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
a47ce6a3
...
@@ -622,4 +622,70 @@ section.problem {
...
@@ -622,4 +622,70 @@ section.problem {
}
}
}
}
}
}
.external-grader-message
{
section
{
padding-left
:
20px
;
background-color
:
#FAFAFA
;
color
:
#2C2C2C
;
font-family
:
monospace
;
font-size
:
1em
;
.shortform
{
font-weight
:
bold
;
}
.longform
{
padding
:
0px
;
margin
:
0px
;
.result-errors
{
margin
:
5px
;
padding
:
10px
10px
10px
40px
;
background
:
url('../images/incorrect-icon.png')
center
left
no-repeat
;
li
{
color
:
#B00
;
}
}
.result-output
{
margin
:
5px
;
padding
:
20px
0px
15px
50px
;
border-top
:
1px
solid
#DDD
;
border-left
:
20px
solid
#FAFAFA
;
h4
{
font-family
:
monospace
;
font-size
:
1em
;
}
dl
{
margin
:
0px
;
}
dt
{
margin-top
:
20px
;
}
dd
{
margin-left
:
24pt
;
}
}
.result-correct
{
background
:
url('../images/correct-icon.png')
center
left
no-repeat
;
.result-actual-output
{
color
:
#090
;
}
}
.result-incorrect
{
background
:
url('../images/incorrect-icon.png')
center
left
no-repeat
;
.result-actual-output
{
color
:
#B00
;
}
}
}
}
}
}
}
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