Merge branch 'feature/brian/pearson-exam' of github.com:MITx/mitx into feature/brian/pearson-exam
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.3.3
|
||||
// Generated by CoffeeScript 1.4.0
|
||||
(function() {
|
||||
var MinimaxProblemDisplay, root,
|
||||
__hasProp = {}.hasOwnProperty,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.3.3
|
||||
// Generated by CoffeeScript 1.4.0
|
||||
(function() {
|
||||
var TestProblemGenerator, root,
|
||||
__hasProp = {}.hasOwnProperty,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.3.3
|
||||
// Generated by CoffeeScript 1.4.0
|
||||
(function() {
|
||||
var TestProblemGrader, root,
|
||||
__hasProp = {}.hasOwnProperty,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Generated by CoffeeScript 1.3.3
|
||||
// Generated by CoffeeScript 1.4.0
|
||||
(function() {
|
||||
var XProblemDisplay, XProblemGenerator, XProblemGrader, root;
|
||||
|
||||
|
||||
@@ -1,27 +1,38 @@
|
||||
div.timer-main {
|
||||
position: fixed;
|
||||
z-index: 99;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
border-top: 2px solid #000;
|
||||
|
||||
div#timer_wrapper {
|
||||
position: relative;
|
||||
position: absolute;
|
||||
top: -3px;
|
||||
float: right;
|
||||
margin-right: 10px;
|
||||
right: 10px;
|
||||
background: #000;
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.timer_label {
|
||||
color: #ccc;
|
||||
.timer_return_url {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 1px solid tint(#000, 20%);
|
||||
padding-bottom: 5px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.timer_label {
|
||||
color: #b0b0b0;
|
||||
font-size: 13px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#exam_timer {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,10 +112,10 @@
|
||||
% if timer_expiration_datetime:
|
||||
<div class="timer-main">
|
||||
<div id="timer_wrapper">
|
||||
<div class="timer_label">Time Remaining:</div> <div id="exam_timer" class="timer_value"> </div>
|
||||
% if timer_navigation_return_url:
|
||||
<a href="${timer_navigation_return_url}" class="timer_return_url">Return...</a>
|
||||
<a href="${timer_navigation_return_url}" class="timer_return_url">Return to Exam</a>
|
||||
% endif
|
||||
<div class="timer_label">Time Remaining:</div> <div id="exam_timer" class="timer_value"> </div>
|
||||
</div>
|
||||
</div>
|
||||
% endif
|
||||
|
||||
Reference in New Issue
Block a user