diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css index a0338e8..ee7e261 100644 --- a/src/main/resources/static/css/style.css +++ b/src/main/resources/static/css/style.css @@ -43,4 +43,10 @@ table, th, td { .page_row { width: 100%; + margin-top: 10px; + margin-bottom: 10px; +} + +label { + font-weight: bold; } \ No newline at end of file diff --git a/src/main/resources/templates/courses/create.html b/src/main/resources/templates/courses/create.html index 4751be5..425655a 100644 --- a/src/main/resources/templates/courses/create.html +++ b/src/main/resources/templates/courses/create.html @@ -6,23 +6,33 @@
-

- Create your course here -

+

Create New Course

+
- - +
+ + +
- - +
+ + +
- - +
+ + +
- - +
+ + +
+ +
+ +
-
diff --git a/src/main/resources/templates/courses/entity/import_students.html b/src/main/resources/templates/courses/entity/import_students.html index f825b6b..65f29ef 100644 --- a/src/main/resources/templates/courses/entity/import_students.html +++ b/src/main/resources/templates/courses/entity/import_students.html @@ -6,14 +6,22 @@
+

Import Students from CSV File

+

- Please select a CSV file to import. + Use this form to import student data from a CSV which has been generated by a Google form. As of right now, the column headers are hard-coded, but in the future it will be possible to dynamically import data from any CSV file by custom header format definitions.

- - - +
+ + +
+ +
+ +
+
diff --git a/src/main/resources/templates/courses/entity/students/invite_all.html b/src/main/resources/templates/courses/entity/students/invite_all.html index e0c4bf6..598bfd8 100644 --- a/src/main/resources/templates/courses/entity/students/invite_all.html +++ b/src/main/resources/templates/courses/entity/students/invite_all.html @@ -19,16 +19,25 @@ enctype="application/x-www-form-urlencoded" th:action="@{/courses/{code}/students/invite_all(code=${course.getCode()})}" > - - +
+ + +
- - +
+ + +
- - +
+ + +
- +
+ +
+