Skip to content

Commit 16abf6f

Browse files
committed
Use monospace font for ballot form textareas. Commit ready for merge.
- Legacy-Id: 19118
1 parent bfad845 commit 16abf6f

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,10 @@ pre {
358358
font-family: "PT Mono", monospace, "Courier";
359359
}
360360

361+
#ballot-form textarea {
362+
font-family: "PT Mono", monospace, "Courier";
363+
}
364+
361365
#templateform textarea {
362366
font-family: "PT Mono", monospace, "Courier";
363367
}
@@ -1519,5 +1523,4 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
15191523

15201524
#current-time {
15211525
display: inline-block;
1522-
}
1523-
1526+
}

ietf/templates/doc/ballot/edit_position.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Change position for {{ balloter.plain_name }} regarding <br><small><a href="
1717
</p>
1818
{% endif %}
1919

20-
<form method="post">
20+
<form method="post" id="ballot-form">
2121
{% csrf_token %}
2222

2323
{% for field in form %}
@@ -66,4 +66,4 @@ <h1>Change position for {{ balloter.plain_name }} regarding <br><small><a href="
6666

6767
discussToggle($("input[name=position]:checked").val());
6868
</script>
69-
{% endblock %}
69+
{% endblock %}

0 commit comments

Comments
 (0)