Fix some nits with the level browser header
This commit is contained in:
parent
a91e1a831e
commit
fcab03f1d1
@ -3289,7 +3289,7 @@ class LevelBrowserOverlay extends DialogOverlay {
|
|||||||
mk('th', ""),
|
mk('th', ""),
|
||||||
mk('th', "Level"),
|
mk('th', "Level"),
|
||||||
mk('th.-time', mk('abbr', {
|
mk('th.-time', mk('abbr', {
|
||||||
title: "Time left on the clock when you finished; doesn't exit for untimed levels",
|
title: "Time left on the clock when you finished; doesn't exist for untimed levels",
|
||||||
}, "Best clock")),
|
}, "Best clock")),
|
||||||
mk('th.-time', mk('abbr', {
|
mk('th.-time', mk('abbr', {
|
||||||
title: "Actual time it took you to play the level, even on untimed levels, and ignoring any CC2 clock altering effects",
|
title: "Actual time it took you to play the level, even on untimed levels, and ignoring any CC2 clock altering effects",
|
||||||
|
|||||||
@ -332,6 +332,7 @@ table.level-browser tfoot tr th {
|
|||||||
border-top: 2px solid hsl(225, 20%, 60%);
|
border-top: 2px solid hsl(225, 20%, 60%);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
table.level-browser th,
|
||||||
table.level-browser td {
|
table.level-browser td {
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user