style(exam-correct): minor tweaks
This commit is contained in:
parent
7bf1216764
commit
ef80de2a80
@ -6,7 +6,7 @@ table[uw-exam-correct]
|
|||||||
td.uw-exam-correct--date-cell
|
td.uw-exam-correct--date-cell
|
||||||
text-align: right
|
text-align: right
|
||||||
td.uw-exam-correct--part-cell
|
td.uw-exam-correct--part-cell
|
||||||
text-align: right
|
text-align: center
|
||||||
|
|
||||||
th.uw-exam-correct--user-cell, td.uw-exam-correct--user-cell
|
th.uw-exam-correct--user-cell, td.uw-exam-correct--user-cell
|
||||||
min-width: 200px
|
min-width: 200px
|
||||||
|
|||||||
@ -5,13 +5,13 @@ $newline never
|
|||||||
<table .table .table--striped table--hover uw-exam-correct=#{toPathPiece examCorrectIdent} uw-sort-table=exam-correct-#{toPathPiece examCorrectIdent}>
|
<table .table .table--striped table--hover uw-exam-correct=#{toPathPiece examCorrectIdent} uw-sort-table=exam-correct-#{toPathPiece examCorrectIdent}>
|
||||||
<thead>
|
<thead>
|
||||||
<tr .table__row .table__row--head>
|
<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}
|
_{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}
|
_{MsgExamCorrectHeadParticipant}
|
||||||
^{iconTooltip participantHeadTooltip Nothing True}
|
^{iconTooltip participantHeadTooltip Nothing True}
|
||||||
$forall ExamPart{examPartNumber,examPartName} <- examParts
|
$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
|
$maybe name <- examPartName
|
||||||
<span .tooltip>
|
<span .tooltip>
|
||||||
<span>
|
<span>
|
||||||
@ -20,7 +20,7 @@ $newline never
|
|||||||
_{MsgExamCorrectHeadPartName name}
|
_{MsgExamCorrectHeadPartName name}
|
||||||
$nothing
|
$nothing
|
||||||
_{MsgExamCorrectHeadPart examPartNumber}
|
_{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}
|
_{MsgExamCorrectHeadStatus}
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr .table__row #exam-correct__new>
|
<tr .table__row #exam-correct__new>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user