diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index a78d723b01..aba4353a39 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -372,6 +372,10 @@ .copy { @extend .copy-detail; } + + strong { + color: $m-gray-d4; + } } // ==================== @@ -695,6 +699,10 @@ @extend .copy-detail; } + .example { + color: $m-gray-l2; + } + // help - general list .list-help { margin-top: ($baseline/2); @@ -1636,6 +1644,11 @@ // VIEW: review photos &.step-review { + + .help-item-technical { + display: none; + } + .modal.edit-name .submit input { color: #fff; } @@ -1655,7 +1668,6 @@ border: none; } } - } .nav-wizard { @@ -1733,6 +1745,10 @@ // VIEW: confirmation/receipt &.step-confirmation { + .help-item-technical { + display: none; + } + // progress nav .progress .progress-step { diff --git a/lms/templates/verify_student/_verification_support.html b/lms/templates/verify_student/_verification_support.html index e2f598674f..541ca791d6 100644 --- a/lms/templates/verify_student/_verification_support.html +++ b/lms/templates/verify_student/_verification_support.html @@ -3,19 +3,26 @@
${_("A photo identification document")} - ${_("a drivers license, passport, or other goverment-issued ID with your name and picture on it")} + ${_("a drivers license, passport, or other goverment or school-issued ID with your name and picture on it")}
+ <% + browser_links = { + "ff_a_start": ''.format(url="https://www.mozilla.org/en-US/firefox/new/", rel="external"), + "chrome_a_start": ''.format(url="https://www.google.com/intl/en/chrome/browser/", rel="external"), + "safari_a_start": ''.format(url="http://www.apple.com/safari/", rel="external"), + "ie_a_start": ''.format(url="http://windows.microsoft.com/en-us/internet-explorer/download-ie", rel="external"), + "a_end": '' + } + %> ${_("A webcam and a modern browser")} - ${_("Firefox, Chrome, Safari, IE9+")} + ${_("{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, {safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}").format(**browser_links)} - ${_("Please make sure your browser is updated to the most recent version possible")} +