diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss
index f42c7ddfd9..fdb2fe36bf 100644
--- a/lms/static/sass/views/_verification.scss
+++ b/lms/static/sass/views/_verification.scss
@@ -159,15 +159,45 @@ body.register.verification {
}
- .progress {
- /* background: transparent url('../images/vcert-steps.png') no-repeat 0 0;
- height: 50px;
- text-indent: -9999px;
-*/
+ .progress,
+ .steps {
+ @include clearfix;
+ margin-bottom: $baseline;
+
+ ol {
+ margin: 0;
+ padding: 0;
+ }
.progress-step {
display: inline-block;
+ width: 15%;
padding: ($baseline/2) $baseline;
+ text-align: center;
+ font-size: 12px;
+ color: #ccc;
+
+ &.current {
+ color: #008801;
+
+ .number {
+ border: 4px solid #008801;
+ color: #008801;
+ }
+ }
}
+
+ .number {
+ height: 2em;
+ width: 2em;
+ display: block;
+ margin: 0 auto ($baseline/2);
+ border: 4px solid #ddd;
+ border-radius: 20px;
+ line-height: 2em;
+ text-align: center;
+ color: #ccc;
+ }
+
}
diff --git a/lms/templates/verify_student/show_requirements.html b/lms/templates/verify_student/show_requirements.html
index 99b3459105..b794317311 100644
--- a/lms/templates/verify_student/show_requirements.html
+++ b/lms/templates/verify_student/show_requirements.html
@@ -14,81 +14,85 @@
Your Progress
-
There are a few things you will need to register as an ID verified student :
-A photo identification document like a drivers license, passport, or student ID.
+There are a few things you will need to register as an ID verified student :
+A photo identification document like a drivers license, passport, or student ID.
+A webcam that connects to your computer and a modern browser.
+A major credit or debit card.
+A webcam that connects to your computer and a modern browser.
-A major credit or debit card.
-Missing something? You can always take the Audit track.
+Missing something? You can always Audit the course.
+To verify your identity, we need a clear and well-lit photo of your face to match it with your ID.
+To verify your identity, we need a clear and well-lit photo of your face to match it with your ID.
-To verify your identity, we need a clear and well-lit photo of your ID to match it with your face.
+To verify your identity, we need a clear and well-lit photo of your ID to match it with your face.
-Review your photos to verify they are correct.
+Review your photos to verify they are correct.
-Pay for your course using a major credit of debit cards.
-Pay for your course using a major credit of debit cards.
+You are now verified. You can sign up for more courses, or get started on your course once it starts. While you will need to re-verify in the course prior to exams or expercises, you may also have to re-verify if we feel your photo we have on file may be out of date.
+You are now verified. You can sign up for more courses, or get started on your course once it starts. While you will need to re-verify in the course prior to exams or expercises, you may also have to re-verify if we feel your photo we have on file may be out of date.
- + +More questions? Check out our FAQs.
+Change your mind? You can always Audit the course for free without verifying.
+More questions? Check out our FAQs.
-Change your mind? You can always Audit the course for free without verifying.