Commit 759bb137 by Brian Talbot

pearson registration - adjusted style for rejected message state on dashboard

parent 83fdab79
......@@ -498,16 +498,19 @@
}
}
.contact-button {
@include button(simple, $blue);
.exam-button {
@include button(simple, $pink);
margin-top: 0;
float: right;
}
.exam-button {
.contact-button {
@include button(simple, $pink);
}
.button {
float: right;
display: inline-block;
margin-top: 10px;
padding: 9px 18px 10px;
font-size: 13px;
font-weight: bold;
......@@ -518,8 +521,6 @@
}
}
&.is-shown {
display: block;
}
......
......@@ -243,12 +243,11 @@
% endif
% if registration.is_rejected:
<div class="message message-status is-shown exam-schedule">
<a href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}" class="button contact-button">Contact exam-help@edx.org</a>
<p class="message-copy">Your
<a href="${testcenter_register_target}" id="exam_register_link">registration for the Pearson exam</a>
has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise
contact edX for further help.</p>
<a href="mailto:exam-help@edx.org?subject=Pearson VUE Exam - ${get_course_about_section(course, 'university')} ${course.number}" class="button contact-button">Contact exam-help@edx.org</a>
</div>
% endif
% if not registration.is_accepted and not registration.is_rejected:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment