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