Commit 97885354 by Vik Paruchuri

Get rid of open ended message

parent 5b0181c9
...@@ -21,6 +21,7 @@ h2 { ...@@ -21,6 +21,7 @@ h2 {
} }
section.combined-open-ended { section.combined-open-ended {
margin-right:20px;
.status-container .status-container
{ {
float:right; float:right;
...@@ -31,6 +32,15 @@ section.combined-open-ended { ...@@ -31,6 +32,15 @@ section.combined-open-ended {
float:left; float:left;
width: 63%; width: 63%;
} }
&:after
{
content:".";
display:block;
height:0;
visibility: hidden;
clear:both;
}
} }
section.open-ended-child, section.combined-open-ended-status { section.open-ended-child, section.combined-open-ended-status {
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
<input name="skip" class="skip-button" type="button" value="Skip Post-Assessment"/> <input name="skip" class="skip-button" type="button" value="Skip Post-Assessment"/>
<div class="open-ended-action"></div> <div class="open-ended-action"></div>
<div class="open-ended-alert"></div>
<span id="answer_${id}"></span> <span id="answer_${id}"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment