Use monospace font for ballot form textareas. Commit ready for merge.
- Legacy-Id: 19118
This commit is contained in:
parent
bfad845662
commit
16abf6f13e
|
@ -358,6 +358,10 @@ pre {
|
|||
font-family: "PT Mono", monospace, "Courier";
|
||||
}
|
||||
|
||||
#ballot-form textarea {
|
||||
font-family: "PT Mono", monospace, "Courier";
|
||||
}
|
||||
|
||||
#templateform textarea {
|
||||
font-family: "PT Mono", monospace, "Courier";
|
||||
}
|
||||
|
@ -1519,5 +1523,4 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
|
|||
|
||||
#current-time {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
}
|
|
@ -17,7 +17,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
|
||||
<form method="post">
|
||||
<form method="post" id="ballot-form">
|
||||
{% csrf_token %}
|
||||
|
||||
{% for field in form %}
|
||||
|
@ -66,4 +66,4 @@
|
|||
|
||||
discussToggle($("input[name=position]:checked").val());
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Loading…
Reference in a new issue