Skip to content

Commit

Permalink
Revert "show exam reserved text even during screensaver"
Browse files Browse the repository at this point in the history
This reverts commit 46f56b4.
  • Loading branch information
FreekBes committed Aug 16, 2024
1 parent c8d5c04 commit 1591853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ <h4 id="active-user-session-login-name">username</h4>

<!-- Exam mode form -->
<form action="POST" id="exam-form" spellcheck="false" autocomplete="off" autocapitalize="off" style="display: none;">
<h3 class="exam-mode-reserved-text">This computer is reserved for an exam between <span id="exam-mode-start">...</span> and <span id="exam-mode-end">...</span>.</h3>
<p class="exam-mode-reserved-text"><span id="exam-mode-projects"></span></p>
<h3>This computer is reserved for an exam between <span id="exam-mode-start">...</span> and <span id="exam-mode-end">...</span>.</h3>
<p><span id="exam-mode-projects"></span></p>
<br>
<p>Click the arrow below to start your exam.</p>
<button type="submit" id="exam-mode-start-button" title="Start your exam">&#10149;</button>
Expand Down
5 changes: 0 additions & 5 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,6 @@ form p {
text-shadow: var(--text-shadow);
}

.exam-mode-reserved-text {
/* overlap even the screensaver */
z-index: 9999;
}

#exam-mode-projects {
font-size: small;
font-style: italic;
Expand Down

0 comments on commit 1591853

Please sign in to comment.