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
69fbe77d
Commit
69fbe77d
authored
Aug 15, 2013
by
Felix Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a rebase error in responsetypes.
Fixed a css bug in the hinter.
parent
42202520
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
common/lib/capa/capa/responsetypes.py
+1
-1
common/lib/xmodule/xmodule/css/crowdsource_hinter/display.scss
+3
-2
No files found.
common/lib/capa/capa/responsetypes.py
View file @
69fbe77d
...
@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse):
...
@@ -1812,7 +1812,7 @@ class FormulaResponse(LoncapaResponse):
var_dict
,
var_dict
,
dict
(),
dict
(),
answer
,
answer
,
c
s
=
self
.
case_sensitive
,
c
ase_sensitive
=
self
.
case_sensitive
,
))
))
except
UndefinedVariable
as
uv
:
except
UndefinedVariable
as
uv
:
log
.
debug
(
log
.
debug
(
...
...
common/lib/xmodule/xmodule/css/crowdsource_hinter/display.scss
View file @
69fbe77d
...
@@ -20,7 +20,8 @@
...
@@ -20,7 +20,8 @@
.wizard-view
{
.wizard-view
{
float
:
left
;
float
:
left
;
width
:
800px
;
width
:
790px
;
margin-right
:
10px
;
}
}
.wizard-container
{
.wizard-container
{
...
@@ -33,7 +34,7 @@
...
@@ -33,7 +34,7 @@
}
}
.wizard-viewbox
{
.wizard-viewbox
{
width
:
79
0px
;
width
:
80
0px
;
overflow
:
hidden
;
overflow
:
hidden
;
position
:
relative
;
position
:
relative
;
}
}
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