Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b393f167
Commit
b393f167
authored
May 06, 2015
by
zubair-arbi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change photo reverification page heading from h3 to h1
ECOM-1470
parent
63f4aa8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
lms/static/sass/views/_verification.scss
+6
-0
lms/templates/verify_student/face_photo_step.underscore
+1
-1
No files found.
lms/static/sass/views/_verification.scss
View file @
b393f167
...
...
@@ -2414,6 +2414,12 @@
}
}
// UI: photo reverification heading
h1
.photo_verification
{
@extend
%t-title1
;
text-align
:
left
;
}
// ====================
// STATE: already verified
...
...
lms/templates/verify_student/face_photo_step.underscore
View file @
b393f167
<div id="wrapper-facephoto" class="wrapper-view block-photo face-photo-step">
<div class="facephoto view">
<h
3 class="title"><%- gettext( "Take Your Photo" ) %></h3
>
<h
1 class="title photo_verification"><%- gettext( "Take Your Photo" ) %></h1
>
<div class="instruction">
<p><%- gettext( "Use your webcam to take a photo of your face. We will match this photo with the photo on your ID." ) %></p>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment