diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 65b9e5f2b7..a78d723b01 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -469,15 +469,11 @@ @include clearfix(); width: flex-grid(12,12); - .wrapper-sts, .sts-track { + .sts-course, .sts-track { display: inline-block; vertical-align: middle; } - .wrapper-sts { - width: flex-grid(9,12); - } - .sts-track { width: flex-grid(3,12); text-align: right; @@ -495,19 +491,36 @@ } } - .sts { + .sts-label { @extend .t-title7; display: block; + margin-bottom: ($baseline/2); + border-bottom: ($baseline/10) solid $m-gray-l4; + padding-bottom: ($baseline/2); color: $m-gray; } .sts-course { @extend .t-title; + width: flex-grid(9,12); + text-transform: none; + } + + .sts-course-org, .sts-course-number { + @extend .t-title5; + @extend .t-weight4; + display: inline-block; + } + + .sts-course-org { + margin-right: ($baseline/4); + } + + .sts-course-name { @include font-size(28); @include line-height(28); @extend .t-weight4; display: block; - text-transform: none; } } } diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index d2f00942a1..1a521f0698 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -18,21 +18,26 @@
+

+ ${_("You are now registered for: ")} + + + ${course_org} + ${course_num} + ${course_name} + -
+ + + ${_("Registering as: ")} ${_("ID Verified")} + + + +

+ + +

${_("Your Progress")}

diff --git a/lms/templates/verify_student/_verification_header.html b/lms/templates/verify_student/_verification_header.html index 8e5957fa33..4870a59c49 100644 --- a/lms/templates/verify_student/_verification_header.html +++ b/lms/templates/verify_student/_verification_header.html @@ -2,13 +2,19 @@