Commit c059a316 by Vik Paruchuri

Fix border locations, remove open ended response text

parent 9cb7d448
......@@ -62,14 +62,18 @@ div.problemwrapper {
padding-bottom: 5px;
display: inline-block;
}
border-bottom: 1px solid;
border-color: lightgray;
}
.item-container
{
padding-bottom: 10px;
display: inline-block;
padding: 15px;
h4 {
padding-top: 10px;
border-top: 1px solid;
border-color: lightgray;
}
}
.result-container
......@@ -705,11 +709,11 @@ section.open-ended-child {
div.prompt{
background-color:white;
border-bottom: 1px solid;
border-color: lightgray;
}
h4{
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid;
border-color: lightgray;
}
}
......@@ -7,9 +7,6 @@
</div>
<div class="problemwrapper">
<div class="status-bar">
<div class="problemtype">
Open Response Assessment
</div>
Assessments: <div class="status-container">
${status|n}
</div>
......
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