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
07b94f7d
Commit
07b94f7d
authored
Aug 20, 2013
by
Frances Botsford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added font variables for LMS, more sass for verification
parent
2e821be6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
108 additions
and
5 deletions
+108
-5
lms/static/sass/base/_variables.scss
+12
-2
lms/static/sass/views/_verification.scss
+96
-3
lms/templates/verify_student/face_upload.html
+0
-0
No files found.
lms/static/sass/base/_variables.scss
View file @
07b94f7d
...
@@ -9,6 +9,7 @@ $fg-max-columns: 12;
...
@@ -9,6 +9,7 @@ $fg-max-columns: 12;
$fg-max-width
:
1400px
;
$fg-max-width
:
1400px
;
$fg-min-width
:
810px
;
$fg-min-width
:
810px
;
// fonts
$sans-serif
:
'Open Sans'
,
$verdana
;
$sans-serif
:
'Open Sans'
,
$verdana
;
$monospace
:
Monaco
,
'Bitstream Vera Sans Mono'
,
'Lucida Console'
,
monospace
;
$monospace
:
Monaco
,
'Bitstream Vera Sans Mono'
,
'Lucida Console'
,
monospace
;
$body-font-family
:
$sans-serif
;
$body-font-family
:
$sans-serif
;
...
@@ -197,4 +198,14 @@ $homepage-bg-image: '../images/homepage-bg.jpg';
...
@@ -197,4 +198,14 @@ $homepage-bg-image: '../images/homepage-bg.jpg';
$login-banner-image
:
url(../images/bg-banner-login.png)
;
$login-banner-image
:
url(../images/bg-banner-login.png)
;
$register-banner-image
:
url(../images/bg-banner-register.png)
;
$register-banner-image
:
url(../images/bg-banner-register.png)
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
\ No newline at end of file
//-----------------
// Newer variables ported from Studio
//-----------------
// fonts
$f-serif
:
'Bree Serif'
,
Georgia
,
Cambria
,
'Times New Roman'
,
Times
,
serif
;
$f-sans-serif
:
'Open Sans'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
$f-monospace
:
'Bitstream Vera Sans Mono'
,
Consolas
,
Courier
,
monospace
;
lms/static/sass/views/_verification.scss
View file @
07b94f7d
...
@@ -2,27 +2,120 @@
...
@@ -2,27 +2,120 @@
// ====================
// ====================
body
.register.verification
{
body
.register.verification
{
font-family
:
'Open Sans'
,
sans-serif
;
.page-header
{
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
{
@extend
.t-title3
;
font-family
:
'Open Sans'
,
sans-serif
;
}
.page-header
{
.title
{
.title
{
@extend
.t-title5
;
}
}
}
}
.progress
{
.progress
{
.progress-step
{
border
:
1px
solid
#eee
;
display
:
inline-block
;
padding
:
(
$baseline
/
2
)
$baseline
;
}
}
// for dev placement only
.placeholder-cam
,
.placeholder-photo
{
height
:
300px
;
background-color
:
#eee
;
position
:
relative
;
p
{
position
:
absolute
;
top
:
40%
;
left
:
40%
;
color
:
#ccc
;
}
}
#wrapper
{
overflow
:
hidden
;
}
}
.block-photo
{
.block-photo
{
@include
clearfix
();
.title
{
font-weight
:
bold
;
}
.wrapper-up
,
.wrapper-down
{
@include
clearfix
();
}
.cam
{
width
:
45%
;
float
:
left
;
padding-right
:
$baseline
;
}
.photo-controls
{
background-color
:
#ddd
;
.controls-list
{
margin
:
0
;
padding
:
0
;
list-style-type
:
none
;
.control
{
display
:
inline-block
;
}
}
}
.faq
{
width
:
45%
;
float
:
left
;
padding-right
:
$baseline
;
dt
{
font-weight
:
bold
;
padding
:
0
0
(
$baseline
/
2
)
0
;
}
dd
{
margin
:
0
;
padding
:
0
0
$baseline
0
;
}
}
}
.photo-tips
{
width
:
45%
;
float
:
left
;
}
}
.actions
{
width
:
45%
;
float
:
right
;
}
.review-photo
{
width
:
45%
;
float
:
left
;
}
#review-facephoto
{
margin-right
:
$baseline
;
}
}
}
lms/templates/verify_student/face_upload.html
View file @
07b94f7d
This diff is collapsed.
Click to expand it.
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