diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss
index 26bcea63cc..a00738343c 100644
--- a/lms/static/sass/multicourse/_dashboard.scss
+++ b/lms/static/sass/multicourse/_dashboard.scss
@@ -488,6 +488,12 @@
@extend %text-sr;
}
+ .deco-graphic {
+ position: absolute;
+ top: -5px;
+ right: -8px;
+ }
+
.sts-enrollment-value {
@extend %ui-depth1;
@extend %copy-badge;
@@ -893,6 +899,30 @@
}
}
}
+
+ .verification-reminder {
+ width: flex-grid(8, 12);
+ position: relative;
+ float: left;
+ }
+
+ .verification-cta {
+ width: flex-grid(4, 12);
+ position: relative;
+ float: left;
+
+ .cta {
+ @include button(simple, $green-d1);
+ @include box-sizing(border-box);
+ @include float(right);
+ border-radius: 3px;
+ display: block;
+ font: normal 15px/1.6rem $sans-serif;
+ letter-spacing: 0;
+ padding: 6px 32px 7px;
+ text-align: center;
+ }
+ }
}
a.unenroll {
diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html
index ab950fc06a..e7295864de 100644
--- a/lms/templates/dashboard/_dashboard_course_listing.html
+++ b/lms/templates/dashboard/_dashboard_course_listing.html
@@ -56,42 +56,42 @@
% if verification_status.get('status') in [VERIFY_STATUS_NEED_TO_VERIFY, VERIFY_STATUS_SUBMITTED]:
${_("Enrolled as: ")}
-
- ${_("Verified Pending")}
+
+
- ${_("Verified")}
+
+
- ${_("Verified")}
+
+