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
d042026e
Commit
d042026e
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
a8988c39
8ac13f5c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
70 additions
and
4 deletions
+70
-4
common/lib/xmodule/xmodule/css/capa/display.scss
+70
-4
No files found.
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
d042026e
...
...
@@ -44,8 +44,8 @@ section.problem {
}
}
min-width
:
100px
;
width
:
auto
!
important
;
min-width
:
100px
;
width
:
auto
!
important
;
width
:
100px
;
.indicator_container
{
...
...
@@ -299,7 +299,7 @@ section.problem {
form
.option-input
{
margin
:
-10px
0
20px
;
padding-bottom
:
20px
;
select
{
margin-right
:
flex-gutter
();
}
...
...
@@ -421,7 +421,7 @@ section.problem {
background-position
:
right
;
background-repeat
:
no-repeat
;
}
pre
{
@include
border-radius
(
0
);
border-radius
:
0
;
...
...
@@ -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