From b393f167fee85fbd62086a1a3e45f29df7d11916 Mon Sep 17 00:00:00 2001 From: zubair-arbi Date: Wed, 6 May 2015 17:47:00 +0500 Subject: [PATCH] change photo reverification page heading from h3 to h1 ECOM-1470 --- lms/static/sass/views/_verification.scss | 6 ++++++ lms/templates/verify_student/face_photo_step.underscore | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 58904c298f..e536f2e47e 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -2414,6 +2414,12 @@ } } +// UI: photo reverification heading +h1.photo_verification { + @extend %t-title1; + text-align: left; +} + // ==================== // STATE: already verified diff --git a/lms/templates/verify_student/face_photo_step.underscore b/lms/templates/verify_student/face_photo_step.underscore index e66870da45..b43d896451 100644 --- a/lms/templates/verify_student/face_photo_step.underscore +++ b/lms/templates/verify_student/face_photo_step.underscore @@ -1,6 +1,6 @@
-

<%- gettext( "Take Your Photo" ) %>

+

<%- gettext( "Take Your Photo" ) %>

<%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %>