Put all tiebreaker rounds in a single table
To align votes vertically across rounds
This commit is contained in:
parent
720dd8cd56
commit
4ac2aeaf5e
2 changed files with 46 additions and 36 deletions
|
|
@ -25,10 +25,23 @@
|
|||
}
|
||||
<% end %>
|
||||
|
||||
table:has(.mj-cell:hover) .mj-cell {
|
||||
.tiebreak td {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
tr:has(.mj-cell:hover) .mj-cell {
|
||||
border-color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
table:has(.mj-cell:hover) .mj-cell-majority {
|
||||
tr:has(.mj-cell:hover) .mj-cell-majority {
|
||||
background-color: white !important;
|
||||
}
|
||||
|
||||
.tiebreak-top td {
|
||||
border-bottom: 1px solid var(--bs-gray-400);
|
||||
}
|
||||
|
||||
.tiebreak-round td {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue