Commit d23d354a by Vik Paruchuri

Change top text

parent 172bc5cf
...@@ -55,6 +55,9 @@ div.problemwrapper { ...@@ -55,6 +55,9 @@ div.problemwrapper {
.problemtype{ .problemtype{
display: inline; display: inline;
float: left; float: left;
background-color: #d4d4d4;
padding: 10px;
border-radius: 5px;
} }
.status-container .status-container
...@@ -64,11 +67,15 @@ div.problemwrapper { ...@@ -64,11 +67,15 @@ div.problemwrapper {
} }
.problemtype-container{ .problemtype-container{
width: 40% width: 40%;
padding-top: 12px;
} }
.assessments-container{ .assessments-container{
width: 30% width: 30%;
.assessment-text{
display: inline-block;
}
} }
} }
.item-container .item-container
...@@ -109,10 +116,10 @@ section.combined-open-ended-status { ...@@ -109,10 +116,10 @@ section.combined-open-ended-status {
padding: 20px 20px 20px 0px; padding: 20px 20px 20px 0px;
.statusitem { .statusitem {
&:first-child{ &:first-child{
border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;
} }
&:last-child{ &:last-child{
border-top-left-radius: 10px; border-top-right-radius: 10px;
} }
color: #2C2C2C; color: #2C2C2C;
background-color : #d4d4d4; background-color : #d4d4d4;
......
...@@ -8,16 +8,21 @@ ...@@ -8,16 +8,21 @@
<div class="problemwrapper"> <div class="problemwrapper">
<div class="status-bar"> <div class="status-bar">
<table> <table>
<td class="problemtype-container"> <tr>
<div class="problemtype"> <td class="problemtype-container">
Open Response Assessment <div class="problemtype">
</div> Open Response Assessment
</td> </div>
<td class="assessments-container"> </td>
Assessments: <div class="status-container"> <td class="assessments-container">
${status|n} <div class="assessment-text">
</div> Assessments:
</td> </div>
<div class="status-container">
${status|n}
</div>
</td>
</tr>
</table> </table>
</div> </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