Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/static/riot/competitions/detail/leaderboards.tag
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</tr>
<tr class="task-row">
<th>Task:</th>
<th colspan=4></th>
<th colspan=3></th>
<th each="{ task in filtered_tasks }" class="center aligned" colspan="{ task.colWidth }">{ task.name }</th>
</tr>
<tr>
Expand Down Expand Up @@ -254,10 +254,10 @@
color #8c8c8c
.index-column
min-width 55px
.leaderboard-title
position absolute
left 50%
transform translate(-50%, 50%)
.leaderboard-title
position: absolute
left: 50%
transform: translate(-50%, -50%)
.ui.table > thead > tr.task-row > th
background-color: #e8f6ff !important
.eye-icon-link
Expand Down