pearson registration - adjusted style for rejected message state on dashboard

This commit is contained in:
Brian Talbot
2013-01-10 17:08:01 -05:00
parent 83fdab79ba
commit 759bb137b4
2 changed files with 8 additions and 8 deletions

View File

@@ -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;
}

View File

@@ -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: