Get table to take up the width of the page
This commit is contained in:
@@ -60,6 +60,10 @@ div.problemwrapper {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.statustable{
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.status-container
|
||||
{
|
||||
padding-bottom: 5px;
|
||||
|
||||
@@ -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)=>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div class="problemwrapper">
|
||||
<div class="status-bar">
|
||||
<table>
|
||||
<table class="statustable">
|
||||
<tr>
|
||||
<td class="problemtype-container">
|
||||
<div class="problemtype">
|
||||
|
||||
Reference in New Issue
Block a user