From 5d40d22136cd76acb999669446621138e765c14a Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 11 Jan 2013 09:52:46 -0500 Subject: [PATCH] revised rejected state error message content, markup, and styling on registration's right hand side status area --- .../sass/multicourse/_testcenter-register.scss | 10 +++++++--- lms/templates/test_center_register.html | 17 ++++++++++++----- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/lms/static/sass/multicourse/_testcenter-register.scss b/lms/static/sass/multicourse/_testcenter-register.scss index b2b860b60b..974c108e0b 100644 --- a/lms/static/sass/multicourse/_testcenter-register.scss +++ b/lms/static/sass/multicourse/_testcenter-register.scss @@ -377,7 +377,7 @@ $red: rgb(178, 6, 16); } } - .details, .item { + .details, .item, .instructions { @include transition(opacity, 0.10s, ease-in-out); font-size: 13px; opacity: 0.65; @@ -432,6 +432,10 @@ $red: rgb(178, 6, 16); color: red; content: "rejected"; } + + .call-link { + font-weight: bold; + } } &.status-initial { @@ -448,14 +452,14 @@ $red: rgb(178, 6, 16); &:hover { - .details, .item { + .details, .item, .instructions { opacity: 1.0; } } } // sub menus - .accommodations-list { + .accommodations-list, .error-list { list-style: none; margin: ($baseline/2) 0; padding: 0; diff --git a/lms/templates/test_center_register.html b/lms/templates/test_center_register.html index ea63b8261a..6e042d5dc2 100644 --- a/lms/templates/test_center_register.html +++ b/lms/templates/test_center_register.html @@ -8,7 +8,7 @@ <%namespace name='static' file='static_content.html'/> -<%block name="title">Pearson VUE Test Center Proctoring - Sign Up +<%block name="title">Pearson VUE Test Center Proctoring - Registration <%block name="js_extra">