From d4e8034fcaab6576213f777282f8dcbcb3940f4b Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Thu, 22 Aug 2013 23:25:57 -0400 Subject: [PATCH] refinements on the verification html and sass --- lms/static/sass/views/_verification.scss | 88 +++++++++---------- lms/templates/verify_student/face_upload.html | 38 ++++---- .../verify_student/photo_id_upload.html | 2 +- .../verify_student/show_requirements.html | 4 +- 4 files changed, 68 insertions(+), 64 deletions(-) diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index 23395f4370..4e1651ca80 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -8,6 +8,16 @@ body.register.verification { font-family: 'Open Sans', sans-serif; } + + dt { + margin-bottom: ($baseline*.75); + } + + dd { + margin: 0; + } + + .content-wrapper { background: none repeat scroll 0 0 #F7F7F7; } @@ -79,49 +89,6 @@ body.register.verification { &.block-cert { border-top: 5px solid #008801; - - ul { - list-style-type: none; - margin: 0; - padding: 0; - - li { - display: inline-block; - background-color: $light-gray; - padding: ($baseline/2) ($baseline*.75); - margin-right: ($baseline/4); - vertical-align: middle; - - label { - font-style: normal; - font-family: 'Open Sans', sans-serif; - font-weight: 400; - vertical-align: middle; - } - - &.other1 { - margin-right: -($baseline/4); - padding-right: ($baseline/4); - } - &.other2 { - padding: ($baseline/4) ($baseline*.75) ($baseline/4) 0; - } - - input { - vertical-align: middle; - } - } - - } - - dt { - margin-bottom: ($baseline*.75); - } - - dd { - margin: 0; - } - } @@ -160,10 +127,43 @@ body.register.verification { font-size: 14px; } } - } + .pay-options { + list-style-type: none; + margin: 0; + padding: 0; + + li { + display: inline-block; + background-color: $light-gray; + padding: ($baseline/2) ($baseline*.75); + margin-right: ($baseline/4); + vertical-align: middle; + + label { + font-style: normal; + font-family: 'Open Sans', sans-serif; + font-weight: 400; + vertical-align: middle; + } + + &.other1 { + margin-right: -($baseline/4); + padding-right: ($baseline/4); + } + &.other2 { + padding: ($baseline/4) ($baseline*.75) ($baseline/4) 0; + } + + input { + vertical-align: middle; + } + } + + } + .m-btn-primary { a { diff --git a/lms/templates/verify_student/face_upload.html b/lms/templates/verify_student/face_upload.html index 9451e211bf..95b8b30d34 100644 --- a/lms/templates/verify_student/face_upload.html +++ b/lms/templates/verify_student/face_upload.html @@ -37,7 +37,7 @@ $(document).ready(function() {
-

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.