Commit 759bb137 by Brian Talbot

pearson registration - adjusted style for rejected message state on dashboard

parent 83fdab79
...@@ -498,16 +498,19 @@ ...@@ -498,16 +498,19 @@
} }
} }
.contact-button { .exam-button {
@include button(simple, $blue); @include button(simple, $pink);
margin-top: 0;
float: right;
} }
.exam-button { .contact-button {
@include button(simple, $pink); @include button(simple, $pink);
} }
.button { .button {
float: right; display: inline-block;
margin-top: 10px;
padding: 9px 18px 10px; padding: 9px 18px 10px;
font-size: 13px; font-size: 13px;
font-weight: bold; font-weight: bold;
...@@ -518,8 +521,6 @@ ...@@ -518,8 +521,6 @@
} }
} }
&.is-shown { &.is-shown {
display: block; display: block;
} }
......
...@@ -243,12 +243,11 @@ ...@@ -243,12 +243,11 @@
% endif % endif
% if registration.is_rejected: % if registration.is_rejected:
<div class="message message-status is-shown exam-schedule"> <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 <p class="message-copy">Your
<a href="${testcenter_register_target}" id="exam_register_link">registration for the Pearson exam</a> <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 has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise
contact edX for further help.</p> 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> </div>
% endif % endif
% if not registration.is_accepted and not registration.is_rejected: % 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