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
04fc722e
Commit
04fc722e
authored
Jan 20, 2015
by
AlasdairSwan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ECOM-958 fixed font awesome issues with old verification flow
parent
e592eef0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
lms/static/sass/views/_verification.scss
+15
-0
lms/templates/verify_student/show_requirements.html
+3
-3
No files found.
lms/static/sass/views/_verification.scss
View file @
04fc722e
...
...
@@ -1539,6 +1539,21 @@
width
:
23px
;
padding
:
3px
0
;
}
&
.old-id-card
{
width
:
88px
;
height
:
88px
;
.fa-list-alt
{
left
:
-7px
;
}
.id-photo
{
top
:
13px
;
left
:
-3px
;
line-height
:
1
.1em
;
}
}
}
.copy
{
...
...
lms/templates/verify_student/show_requirements.html
View file @
04fc722e
...
...
@@ -111,10 +111,10 @@
<li
class=
"req req-1 req-id"
>
<h4
class=
"title"
>
${_("Identification")}
</h4>
<div
class=
"placeholder-art"
>
<div
class=
"placeholder-art
old-id-card
"
>
<span
class=
"fa-stack"
>
<i
class=
"icon fa fa-list-alt fa-stack-2x"
></i>
<i
class=
"icon fa fa-user fa-stack-1"
></i>
<i
class=
"icon fa fa-user fa-stack-1
x id-photo
"
></i>
</span>
</div>
...
...
@@ -129,7 +129,7 @@
<li
class=
"req req-2 req-webcam"
>
<h4
class=
"title"
>
${_("Webcam")}
</h4>
<div
class=
"placeholder-art"
>
<i
class=
"icon fa fa-
facetime-video
"
></i>
<i
class=
"icon fa fa-
video-camera
"
></i>
</div>
<div
class=
"copy"
>
...
...
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