Skip to content

Commit

Permalink
add styling for deficiencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuipers committed Aug 18, 2023
1 parent 0a5d815 commit 5dbcabe
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions CSETWebNg/src/app/reports/tsa-sd/tsa-sd.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,23 +63,20 @@ <h1 style="font-size:16pt;font-weight:bold;margin:1em 0 0 0">{{g.title}}</h1>
<td colspan="4"><h2>{{s.displayNumber}}</h2></td>
</tr>
<tr>
<td class="deficiencies-list-item"><b>{{s.questionText}}</b></td>
<td class="deficiencies-list-item" style="width:630px;"><b>{{s.questionText}}</b></td>

<td style="padding-top: 1rem; padding-left: 1rem; vertical-align: top; color: #555555">
<div style="width: 7rem">
<td style="padding-top: 1rem; padding-left: 1rem; vertical-align: top; color: #555555;width:100px;" >
<div>
{{s.answerText}}
</div>
</td>
<td class="deficiencies-list-flag"><img class="MarkedFlag ml-2" *ngIf="s.markForReview"
src="assets/images/icons/MarkedFlag.png"></td>
</tr>
<tr>
<td colspan="4">
<hr class="my-2">
</td>
</tr>

</ng-template>
</table>
<hr class="my-2">
</div>

<div *ngIf="!response || response.length == 0" class="mt-3">
Expand Down

0 comments on commit 5dbcabe

Please sign in to comment.