style(exam-correct): minor tweaks

This commit is contained in:
Sarah Vaupel 2020-02-01 17:11:26 +01:00 committed by Gregor Kleen
parent 7bf1216764
commit ef80de2a80
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ table[uw-exam-correct]
td.uw-exam-correct--date-cell
text-align: right
td.uw-exam-correct--part-cell
text-align: right
text-align: center
th.uw-exam-correct--user-cell, td.uw-exam-correct--user-cell
min-width: 200px

View File

@ -5,13 +5,13 @@ $newline never
<table .table .table--striped table--hover uw-exam-correct=#{toPathPiece examCorrectIdent} uw-sort-table=exam-correct-#{toPathPiece examCorrectIdent}>
<thead>
<tr .table__row .table__row--head>
<th .table__th .sortable .sorted-desc .uw-exam-correct--date-cell uw-exam-correct-header="date" uw-hide-column-header="date">
<th .table__th .uw-exam-correct--date-cell uw-exam-correct-header="date" uw-hide-column-header="date">
_{MsgExamCorrectHeadDate}
<th .table__th .sortable .uw-exam-correct--user-cell uw-exam-correct-header="user" uw-hide-column-header="user">
<th .table__th .uw-exam-correct--user-cell uw-exam-correct-header="user" uw-hide-column-header="user">
_{MsgExamCorrectHeadParticipant}
^{iconTooltip participantHeadTooltip Nothing True}
$forall ExamPart{examPartNumber,examPartName} <- examParts
<th .table__th .sortable .uw-exam-correct--part-cell uw-exam-correct-header=#{examPartNumber} uw-hide-column-header=#{examPartNumber}>
<th .table__th .uw-exam-correct--part-cell uw-exam-correct-header=#{examPartNumber} uw-hide-column-header=#{examPartNumber}>
$maybe name <- examPartName
<span .tooltip>
<span>
@ -20,7 +20,7 @@ $newline never
_{MsgExamCorrectHeadPartName name}
$nothing
_{MsgExamCorrectHeadPart examPartNumber}
<th .table__th .sortable uw-exam-correct-header="status" uw-hide-column-header="status">
<th .table__th uw-exam-correct-header="status" uw-hide-column-header="status">
_{MsgExamCorrectHeadStatus}
<tbody>
<tr .table__row #exam-correct__new>