diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index f37c772aef..002f35cf68 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -261,7 +261,7 @@ padding: 12px 0px; width: 100%; - a.university { + .university { background: rgba(255,255,255, 1); border: 1px solid rgb(180,180,180); @include border-radius(3px); @@ -269,17 +269,14 @@ color: $lighter-base-font-color; display: block; font-style: italic; + font-family: $sans-serif; + font-size: 16px; font-weight: 800; @include inline-block; margin-right: 10px; + margin-bottom: 0; padding: 5px 10px; - float: left; - - &:hover { - color: $blue; - text-decoration: none; - } } h3 { @@ -392,18 +389,30 @@ } } - &:hover { + > a:hover { .cover { .shade { background: rgba(255,255,255, 0.1); @include background-image(linear-gradient(-90deg, rgba(255,255,255, 0.3) 0%, - rgba(0,0,0, 0.3) 100%)); + rgba(0,0,0, 0.3) 100%)); } .arrow { opacity: 1; } } + + .info { + background: darken(rgb(250,250,250), 5%); + @include background-image(linear-gradient(-90deg, darken(rgb(253,253,253), 3%), darken(rgb(240,240,240), 5%))); + border-color: darken(rgb(190,190,190), 10%); + + .course-status { + background: darken($yellow, 3%); + border-color: darken(rgb(200,200,200), 3%); + @include box-shadow(0 1px 0 0 rgba(255,255,255, 0.6)); + } + } } } @@ -420,5 +429,6 @@ color: #333; } } + } } diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 770e849841..b73e3a57bc 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -72,30 +72,34 @@ else: course_target = reverse('about_course', args=[course.id]) %> - -
-
-
-
-
- ${get_course_about_section(course, 'university')} -

${course.number} ${course.title}

-
-
-

Class Starts - ${course.start_date_text} + + +

+
+
-
-
-
-
-
+ +
+
+

${get_course_about_section(course, 'university')}

+

${course.number} ${course.title}

+
+
+

Class Starts - ${course.start_date_text}

+
+
+
+
+
+
+
- -
- ##

60% complete

-
+
+ ##

60% complete

+
+
-
+ Unregister