From 16c9a2f65a140482cb4c2c01b6edcc7aca21dfb7 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 26 Aug 2016 10:32:26 +0000 Subject: [PATCH] Style the textarea of the charter form to use a monospaced font. - Legacy-Id: 11882 --- ietf/static/ietf/css/ietf.css | 6 +++++- ietf/templates/doc/charter/submit.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ietf/static/ietf/css/ietf.css b/ietf/static/ietf/css/ietf.css index 1dd5d2fb4..95dd39238 100644 --- a/ietf/static/ietf/css/ietf.css +++ b/ietf/static/ietf/css/ietf.css @@ -314,7 +314,7 @@ pre { /* misc pages */ #dbtemplate-edit textarea { - font-family: monospace; + font-family: "PT Mono", monospace, "Courier"; } .liaison-group-col { @@ -326,6 +326,10 @@ pre { min-width: 5em; } +#charter-form textarea { + font-family: "PT Mono", monospace, "Courier"; +} + #ipr-details dl.dl-horizontal dt { white-space: normal; } diff --git a/ietf/templates/doc/charter/submit.html b/ietf/templates/doc/charter/submit.html index 422fdb703..000076d08 100644 --- a/ietf/templates/doc/charter/submit.html +++ b/ietf/templates/doc/charter/submit.html @@ -82,7 +82,7 @@

The text will be submitted as {{ name }}-{{ next_rev }}.

-
+ {% csrf_token %} {% bootstrap_form form %}