File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments