diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index 9569ea13ca..486704af1f 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -308,6 +308,28 @@ margin-bottom: 30px; } + // my courses title + .my-courses-title { + @include clearfix(); + } + + .my-courses-title-label { + display: inline-block; + vertical-align: middle; + width: flex-grid(6, 9); + } + + .my-courses-title-description { + @extend %t-title7; + display: inline-block; + vertical-align: middle; + width: flex-grid(3, 9); + text-transform: lowercase; + text-align: right; + letter-spacing: 0; + color: $lighter-base-font-color; + } + .empty-dashboard-message { padding: 60px 0px; text-align: center; diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 837d800051..0e8d950ba2 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -291,7 +291,10 @@
-

${_("Courses")}

${_("ordered by recent activity")}
+

+ ${_("Courses")} + ${_("ordered by recent activity")} +

% if len(course_enrollment_pairs) > 0: