From 4823bad19f25a2deeae5895b64f943042dbcd5fb Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Sat, 20 Apr 2019 23:48:41 +0200 Subject: [PATCH] Added basic table styling. --- src/main/resources/static/css/style.css | 5 +++++ .../courses/entity/student_teams.html | 20 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index da877e4..e1d6b8e 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -34,4 +34,9 @@ body { .sidebar_block a:hover { color: lightgreen; +} + +table, th, td { + border: 1px solid black; + border-collapse: collapse; } \ No newline at end of file diff --git a/src/main/resources/templates/courses/entity/student_teams.html b/src/main/resources/templates/courses/entity/student_teams.html index 3e8f818..eefcc85 100644 --- a/src/main/resources/templates/courses/entity/student_teams.html +++ b/src/main/resources/templates/courses/entity/student_teams.html @@ -13,6 +13,12 @@

No student teams.

+ + + + + + - +
TeamStudentsRepository NameAssigned TA Team
- + +
+
+
+ +