Merged in [19118] from lars@eggert.org:

Use monospace font for ballot form textareas.
 - Legacy-Id: 19124
Note: SVN reference [19118] has been migrated to Git commit 16abf6f13e
This commit is contained in:
Robert Sparks 2021-06-14 19:16:40 +00:00
commit a91895fee9
2 changed files with 7 additions and 4 deletions

View file

@ -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;
}
}

View file

@ -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 %}