Get table to take up the width of the page

This commit is contained in:
Vik Paruchuri
2013-07-25 15:30:11 -04:00
parent b6ff513e33
commit 29bd64555f
3 changed files with 5 additions and 4 deletions

View File

@@ -60,6 +60,10 @@ div.problemwrapper {
border-radius: 5px;
}
.statustable{
width: 750px;
}
.status-container
{
padding-bottom: 5px;

View File

@@ -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)=>

View File

@@ -7,7 +7,7 @@
</div>
<div class="problemwrapper">
<div class="status-bar">
<table>
<table class="statustable">
<tr>
<td class="problemtype-container">
<div class="problemtype">