diff --git a/lms/static/sass/multicourse/_testcenter-register.scss b/lms/static/sass/multicourse/_testcenter-register.scss index e5e168f6b7..961fffd5d0 100644 --- a/lms/static/sass/multicourse/_testcenter-register.scss +++ b/lms/static/sass/multicourse/_testcenter-register.scss @@ -294,10 +294,10 @@ $red: rgb(178, 6, 16); } .field { - opacity: 0.5; + opacity: 0.6; - .label { - cursor: default; + .label, label { + cursor: auto; } } @@ -646,7 +646,6 @@ $red: rgb(178, 6, 16); // registration status &.message-flash { - display: block; @include border-radius(3px); position: relative; margin: 0 0 ($baseline*2) 0; @@ -699,7 +698,6 @@ $red: rgb(178, 6, 16); } } - // submission error &.submission-error { @include box-sizing(border-box); @@ -766,16 +764,31 @@ $red: rgb(178, 6, 16); color: $blue; } } + + // specific - registration closed + &.registration-closed { + @include border-bottom-radius(0); + margin-top: 0; + border-bottom: 1px solid $light-gray; + padding: $baseline; + background: tint($light-gray,50%); + + .message-title { + font-weight: bold; + } + + .message-copy { + + } + } } + .is-shown { + display: block; + } // hidden .is-hidden { display: none; } - - // temp - .output-raw { - display: none; - } } \ No newline at end of file diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index 3076924411..6ff1d1caec 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -111,7 +111,7 @@ % if registration: % if registration.is_accepted: -
+

Your registration for the Pearson exam has been processed

Your registration number is ${registration.client_authorization_id}. (Write this down! You’ll need it to schedule your exam.)

Schedule Pearson exam @@ -119,21 +119,21 @@ % endif % if registration.demographics_is_rejected: -
+

Your demographic information contained an error and was rejected

Please check the information you provided, and correct the errors noted below.

% endif % if registration.registration_is_rejected: -
+

Your registration for the Pearson exam has been rejected

Please see your registration status details for more information.

% endif % if registration.is_pending: -
+

Your registration for the Pearson exam is pending

Once your information is processed, it will be forwarded to Pearson and you will be able to schedule an exam.

@@ -150,10 +150,10 @@ % else:
-
+

Registration for this Pearson exam is closed

Your previous information is available below, however you may not edit any of the information. -

+ % endif % if registration: