.
This commit is contained in:
@@ -652,6 +652,10 @@ input {
|
|||||||
list-style-type: lower-alpha;
|
list-style-type: lower-alpha;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sba-answer-list:hover {
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
|
|
||||||
#menu-list button {
|
#menu-list button {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
@@ -674,4 +678,8 @@ input {
|
|||||||
.sba-finish-list a button.unanswered {
|
.sba-finish-list a button.unanswered {
|
||||||
color: red;
|
color: red;
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-select {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
CID: {{cid}}
|
CID: {{cid}}
|
||||||
|
<div class="no-select">
|
||||||
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
|
<h2>Question [{{pos|add:1}}/{{exam_length}}]</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@@ -37,6 +37,7 @@ CID: {{cid}}
|
|||||||
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
<button type="submit" id="goto-button" value="test" name="goto" class="hide">goto</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h4>Questions</h4>
|
<h4>Questions</h4>
|
||||||
<div id="menu-list">
|
<div id="menu-list">
|
||||||
|
|||||||
@@ -652,6 +652,10 @@ input {
|
|||||||
list-style-type: lower-alpha;
|
list-style-type: lower-alpha;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sba-answer-list:hover {
|
||||||
|
color: purple;
|
||||||
|
}
|
||||||
|
|
||||||
#menu-list button {
|
#menu-list button {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
@@ -674,4 +678,8 @@ input {
|
|||||||
.sba-finish-list a button.unanswered {
|
.sba-finish-list a button.unanswered {
|
||||||
color: red;
|
color: red;
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-select {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user