diff --git a/ProjectSourceCode/src/resources/css/league-pages/league-table.css b/ProjectSourceCode/src/resources/css/league-pages/league-table.css index 1a3a2cc..693ef42 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/league-table.css +++ b/ProjectSourceCode/src/resources/css/league-pages/league-table.css @@ -48,4 +48,8 @@ #standings-table tbody tr:hover { border: 1px solid lightgray; border-radius: 10px; + + #club-name { + text-decoration: underline; /* Add underline effect */ + } } diff --git a/ProjectSourceCode/src/resources/css/league-pages/top-scorers.css b/ProjectSourceCode/src/resources/css/league-pages/top-scorers.css index cb42d62..8cfe530 100644 --- a/ProjectSourceCode/src/resources/css/league-pages/top-scorers.css +++ b/ProjectSourceCode/src/resources/css/league-pages/top-scorers.css @@ -3,13 +3,28 @@ /* Add any other styling you need for the top scorers container */ } -#top-scorers-container img { - width: 35px; - margin-right: 20px; +#top-scorers-stats-container tbody tr { + margin-bottom: 10px; /* Adjust the value as needed */ } #goals-column { text-align: center; font-size: 20px; + font-weight: bolder; +} + +#top-scorers-logo { + width: 25px; + margin: 0 15px; +} + +#player-name-column { + + font-size: 14px; font-weight: bold; + padding-right: 15px; +} + +#club-name-column { + padding-right: 15px; } \ No newline at end of file diff --git a/ProjectSourceCode/src/views/pages/leagues-page.hbs b/ProjectSourceCode/src/views/pages/leagues-page.hbs index 3e774a9..7be4068 100644 --- a/ProjectSourceCode/src/views/pages/leagues-page.hbs +++ b/ProjectSourceCode/src/views/pages/leagues-page.hbs @@ -70,11 +70,11 @@
{{#each topScorers.scorers}} -