diff --git a/community/lms/widgets/ChapterTeaser.html b/community/lms/widgets/ChapterTeaser.html new file mode 100644 index 00000000..12e0569c --- /dev/null +++ b/community/lms/widgets/ChapterTeaser.html @@ -0,0 +1,8 @@ +
diff --git a/community/public/css/style.less b/community/public/css/style.less index a138e984..197be4ad 100644 --- a/community/public/css/style.less +++ b/community/public/css/style.less @@ -4,6 +4,13 @@ background: white; border-radius: 10px; border: 1px solid #ddd; + + .teaser-body { + padding: 20px; + } + .teaser-footer { + padding: 20px; + } } .sketch-teaser { @@ -66,3 +73,14 @@ section.lightgray { #hero .jumbotron { background: inherit; } + +.chapter-teaser { + .teaser(); + color: #444; + margin: 20px 0px; + + h3, h4 { + color: black; + font-weight: bold; + } +} diff --git a/community/www/courses/course.html b/community/www/courses/course.html index 5989e0f6..e9300de3 100644 --- a/community/www/courses/course.html +++ b/community/www/courses/course.html @@ -131,25 +131,9 @@ {% endmacro %} {% macro CourseOutline(course) %} -