From 759bb137b4f3f368fa3850aaa119b7e5f0c9534b Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 10 Jan 2013 17:08:01 -0500 Subject: [PATCH] pearson registration - adjusted style for rejected message state on dashboard --- lms/static/sass/multicourse/_dashboard.scss | 13 +++++++------ lms/templates/dashboard.html | 3 +-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index a83fbc4658..c22bc14105 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -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; } diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 3dc128e62c..73c7da23f9 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -243,12 +243,11 @@ % endif % if registration.is_rejected:
- Contact exam-help@edx.org

Your registration for the Pearson exam has been rejected. Please check the information you provided, and try to correct any demographic errors. Otherwise contact edX for further help.

- + Contact exam-help@edx.org
% endif % if not registration.is_accepted and not registration.is_rejected: