Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
39871204
Commit
39871204
authored
12 years ago
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test center registration - further UI design and styling on form and dashboard tweaks
parent
76f6ee18
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
lms/static/sass/multicourse/_dashboard.scss
+5
-0
lms/templates/dashboard.html
+1
-1
lms/templates/test_center_register.html
+0
-0
No files found.
lms/static/sass/multicourse/_dashboard.scss
View file @
39871204
...
...
@@ -478,9 +478,14 @@
.exam-registration-number
{
font-family
:
$sans-serif
;
font-size
:
18px
;
a
{
font-family
:
$sans-serif
;
}
}
&
.exam-register
{
.message-copy
{
margin-top
:
5px
;
}
...
...
This diff is collapsed.
Click to expand it.
lms/templates/dashboard.html
View file @
39871204
...
...
@@ -247,7 +247,7 @@
<div
class=
"message message-status is-shown exam-schedule"
>
<!-- TODO: pull Pearson destination out into a Setting -->
<a
href=
"https://www1.pearsonvue.com/testtaker/signin/SignInPage/EDX"
class=
"exam-button"
>
Schedule Pearson exam
</a>
<p
class=
"exam-registration-number"
>
Registration
number:
<strong>
edx00015879548
</strong></p>
<p
class=
"exam-registration-number"
>
<a
href=
"${testcenter_register_target}"
id=
"exam_register_link"
>
Registration
</a>
number:
<strong>
edx00015879548
</strong></p>
<p
class=
"message-copy"
>
Write this down! You’ll need it to schedule your exam.
</p>
</div>
% endif
...
...
This diff is collapsed.
Click to expand it.
lms/templates/test_center_register.html
View file @
39871204
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment