Skip to content

Commit 16c9a2f

Browse files
committed
Style the textarea of the charter form to use a monospaced font.
- Legacy-Id: 11882
1 parent 7d0fd4c commit 16c9a2f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ pre {
314314
/* misc pages */
315315

316316
#dbtemplate-edit textarea {
317-
font-family: monospace;
317+
font-family: "PT Mono", monospace, "Courier";
318318
}
319319

320320
.liaison-group-col {
@@ -326,6 +326,10 @@ pre {
326326
min-width: 5em;
327327
}
328328

329+
#charter-form textarea {
330+
font-family: "PT Mono", monospace, "Courier";
331+
}
332+
329333
#ipr-details dl.dl-horizontal dt {
330334
white-space: normal;
331335
}

ietf/templates/doc/charter/submit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h1>Charter submission</h1>
8282

8383
<p class="alert alert-info">The text will be submitted as <b>{{ name }}-{{ next_rev }}</b>.</p>
8484

85-
<form enctype="multipart/form-data" method="post">
85+
<form enctype="multipart/form-data" method="post" id="charter-form">
8686
{% csrf_token %}
8787
{% bootstrap_form form %}
8888

0 commit comments

Comments
 (0)