From 2422ecb6c300352696572b8fef5a9ddb6fd956b3 Mon Sep 17 00:00:00 2001 From: Lucas Patenaude Date: Sat, 13 Apr 2024 17:46:16 -0600 Subject: [PATCH] More stylinbg added for league pages --- .../resources/css/league-page/league-page.css | 18 +++++++++++++++++- .../src/views/pages/league-page.hbs | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ProjectSourceCode/src/resources/css/league-page/league-page.css b/ProjectSourceCode/src/resources/css/league-page/league-page.css index 37034f6..206702c 100644 --- a/ProjectSourceCode/src/resources/css/league-page/league-page.css +++ b/ProjectSourceCode/src/resources/css/league-page/league-page.css @@ -47,14 +47,30 @@ } #league-table-container { + flex: 1; background-color: #eaeaea; /* Example background color */ + margin: 10px; + + border: 1px solid gray; + border-radius: 8px; + + box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4); /* Add any other styling you need for the league table container */ } +#standings-table { + width: 100%; + padding: 5px; +} + #table-logo { width: 20px; - margin: 0; + margin-right: 5px; +} + +#standings-table td { + padding: 5px; } /* Define styles for odd and even rows */ diff --git a/ProjectSourceCode/src/views/pages/league-page.hbs b/ProjectSourceCode/src/views/pages/league-page.hbs index 4b98697..3804bbc 100644 --- a/ProjectSourceCode/src/views/pages/league-page.hbs +++ b/ProjectSourceCode/src/views/pages/league-page.hbs @@ -12,7 +12,7 @@
-

Standings

+

Table