diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index d1a77db932..59c18472fb 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -114,12 +114,6 @@ margin-bottom: ($baseline*0.75); padding-bottom: 17px; - &:last-child { - border-bottom: none; - margin-bottom: 0; - padding-bottom: 0; - } - &:hover, &:focus { .title .icon { opacity: 1.0; @@ -227,6 +221,12 @@ // status .status { + @include clearfix(); + box-sizing: border-box; + padding: $baseline; + background-color: $body-bg; + border: 1px solid $border-color-l3; + .list--nav { margin: ($baseline/2) 0 0 0; padding: 0; @@ -1278,10 +1278,6 @@ .status-note { @extend %t-copy-sub2; position: relative; - margin-top: $baseline; - border-top: 1px solid $black-t0; - padding-top: ($baseline/2); - p { @extend %t-copy-sub2; } @@ -1296,17 +1292,13 @@ // CASE: is denied &.is-denied { + border-top: 3px solid $red !important; .status-data-message { color: $error-color; border-bottom-color: rgba($error-color, 0.25); } - .status-note { - color: desaturate($error-color, 65%); - border-top-color: rgba($error-color, 0.25); - } - .action-reverify { @extend %btn-primary-error; @extend %t-weight4; @@ -1314,6 +1306,10 @@ @include font-size(14); } + .btn-reverify { + margin-top: ($baseline/2); + } + .deco-arrow { @include triangle(($baseline/2), $error-color, up); } @@ -1321,17 +1317,13 @@ // CASE: is accepted &.is-accepted { + border-top: 3px solid $green !important; .status-data-message { color: $verified-color-lvl1; border-bottom-color: $verified-color-lvl4; } - .status-note { - color: $m-gray-l1; - border-top-color: $verified-color-lvl4; - } - .deco-arrow { @include triangle(($baseline/2), $verified-color-lvl4, up); } @@ -1344,11 +1336,6 @@ color: $m-gray-d3; border-bottom-color: $m-gray-l4; } - - .status-note { - color: $m-gray-l1; - border-top-color: $m-gray-d3; - } } } diff --git a/lms/templates/dashboard/_dashboard_status_verification.html b/lms/templates/dashboard/_dashboard_status_verification.html index 9c611476f4..ac57f89543 100644 --- a/lms/templates/dashboard/_dashboard_status_verification.html +++ b/lms/templates/dashboard/_dashboard_status_verification.html @@ -6,58 +6,25 @@ from django.core.urlresolvers import reverse %> %if verification_status == 'approved': -
${_("Your verification status is good for one year after submission.")}
-${_("Your edX Verification is reviewed and approved. Your verification status is good for one year after submission.")}
+${_("Your verification photos have been submitted and will be reviewed shortly.")}
-${_("Your edX Verification is pending. Your verification photos have been submitted and will be reviewed shortly.")}
+${_("Your edX Verification has expired. To receive a verified certificate, you have to submit a new photo of yourself and your government-issued photo ID before the course ends.")}
+${_("To receive a verified certificate, you have to submit a new photo of yourself and your government-issued photo ID before the course ends.")}
-