Commit 97885354 by Vik Paruchuri

Get rid of open ended message

parent 5b0181c9
......@@ -21,6 +21,7 @@ h2 {
}
section.combined-open-ended {
margin-right:20px;
.status-container
{
float:right;
......@@ -31,6 +32,15 @@ section.combined-open-ended {
float:left;
width: 63%;
}
&:after
{
content:".";
display:block;
height:0;
visibility: hidden;
clear:both;
}
}
section.open-ended-child, section.combined-open-ended-status {
......
......@@ -26,7 +26,6 @@
<input name="skip" class="skip-button" type="button" value="Skip Post-Assessment"/>
<div class="open-ended-action"></div>
<div class="open-ended-alert"></div>
<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