Skip to content

Commit

Permalink
SAK-30999 - Student View - Peer assessment indication does not appear…
Browse files Browse the repository at this point in the history
… indented beneath corresponding assignment
  • Loading branch information
SedueRey committed May 23, 2016
1 parent 0529d21 commit e9f6a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,9 @@
<!-- attachments col -->
<td></td>
<!-- title col -->
<td>
<span class="indnt1">
$tlang.getString("peerAssessmentName")
</span>
<td class="peer-header">
<h5><i class="fa fa-caret-square-o-right" aria-hidden="true"></i> $validator.escapeHtml($validator.limit($assignment.getTitle(), 40))</h5>
<em>$tlang.getString("peerAssessmentName")</em>
</td>
#if ($!groups && $!allowGradeSubmission)
<!-- groups col -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,15 @@
text-align:center;
}
}

.table{
h5{
margin: 0 0 0.5em 0;
}
.peer-header{
font-size: 0.9em;
line-height: 1;
padding: 0.5em 0 0.5em 2.5em;
}
}
}

0 comments on commit e9f6a7b

Please sign in to comment.