.
This commit is contained in:
@@ -638,4 +638,10 @@ input {
|
|||||||
|
|
||||||
.date:hover {
|
.date:hover {
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.floating-header {
|
||||||
|
position: stick;
|
||||||
|
top: 1px;
|
||||||
|
background-color: darkslategrey;
|
||||||
|
}:where
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<span class="floating-header">
|
<div class="floating-header">
|
||||||
{% if exam %}
|
{% if exam %}
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
@@ -24,6 +24,6 @@
|
|||||||
<a href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Rapid using the admin interface">Admin Edit</a>
|
<a href="{% url 'admin:rapids_rapid_change' question.id %}" title="Edit the Rapid using the admin interface">Admin Edit</a>
|
||||||
<a href="{% url 'rapids:question_user_answers' question.id %}" title="View user answers associated with this question">User answers</a>
|
<a href="{% url 'rapids:question_user_answers' question.id %}" title="View user answers associated with this question">User answers</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</span>
|
</div>
|
||||||
{% include 'rapids/question_display_block.html' %}
|
{% include 'rapids/question_display_block.html' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user