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
29bd6455
Commit
29bd6455
authored
Jul 25, 2013
by
Vik Paruchuri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get table to take up the width of the page
parent
b6ff513e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
+4
-0
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
+0
-3
lms/templates/combinedopenended/combined_open_ended.html
+1
-1
No files found.
common/lib/xmodule/xmodule/css/combinedopenended/display.scss
View file @
29bd6455
...
...
@@ -60,6 +60,10 @@ div.problemwrapper {
border-radius
:
5px
;
}
.statustable
{
width
:
750px
;
}
.status-container
{
padding-bottom
:
5px
;
...
...
common/lib/xmodule/xmodule/js/src/combinedopenended/display.coffee
View file @
29bd6455
...
...
@@ -196,8 +196,6 @@ class @CombinedOpenEnded
@
out_of_sync_message
=
'The problem state got out of sync. Try reloading the page.'
@
get_last_response
()
if
@
task_number
>
1
@
prompt_hide
()
else
if
@
task_number
==
1
and
@
child_state
!=
'initial'
...
...
@@ -269,7 +267,6 @@ class @CombinedOpenEnded
data
=
{}
$
.
postWithPrefix
"
#{
@
ajax_url
}
/get_last_response"
,
data
,
(
response
)
=>
if
response
.
success
console
.
log
(
response
)
console
.
log
(
response
.
response
)
message_post
:
(
event
)
=>
...
...
lms/templates/combinedopenended/combined_open_ended.html
View file @
29bd6455
...
...
@@ -7,7 +7,7 @@
</div>
<div
class=
"problemwrapper"
>
<div
class=
"status-bar"
>
<table>
<table
class=
"statustable"
>
<tr>
<td
class=
"problemtype-container"
>
<div
class=
"problemtype"
>
...
...
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