Fix some nits with the level browser header

This commit is contained in:
Eevee (Evelyn Woods) 2021-01-13 22:52:57 -07:00
parent a91e1a831e
commit fcab03f1d1
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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;
} }