diff --git a/school/patches.txt b/school/patches.txt index 36a7f54b..7c1bc406 100644 --- a/school/patches.txt +++ b/school/patches.txt @@ -18,5 +18,5 @@ execute:frappe.delete_doc("DocType", "Lessons") #06-10-2021 execute:frappe.delete_doc("DocType", "Chapter") #06-10-2021 execute:frappe.delete_doc("DocType", "Lesson") #06-10-2021 execute:frappe.delete_doc("DocType", "LMS Topic") #06-10-2021 -community.patches.v0_0.add_progress_to_membership #20-10-2021 +school.patches.v0_0.add_progress_to_membership #20-10-2021 execute:frappe.delete_doc("Workspace", "LMS", ignore_missing=True, force=True) #24-10-2021 diff --git a/school/public/css/style.css b/school/public/css/style.css index e50d3d77..0836c20d 100644 --- a/school/public/css/style.css +++ b/school/public/css/style.css @@ -246,6 +246,10 @@ input[type=checkbox] { margin-left: 10px; } +.overview-item { + display: flex; +} + .reviews-section { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); @@ -613,7 +617,7 @@ input[type=checkbox] { } .lesson-links { - display: block; + display: flex; padding: 0 1rem; margin-bottom: .25rem; color: inherit; diff --git a/school/www/courses/course.html b/school/www/courses/course.html index a1b6d3d3..565f1f36 100644 --- a/school/www/courses/course.html +++ b/school/www/courses/course.html @@ -193,13 +193,13 @@