Changed the nomcom template editing forms to use a monospaced font for the template text (recommended for RST templates).

- Legacy-Id: 18423
This commit is contained in:
Henrik Levkowetz 2020-08-26 18:41:11 +00:00
parent 546135f6e1
commit d60221c341

View file

@ -358,6 +358,10 @@ pre {
font-family: "PT Mono", monospace, "Courier";
}
#templateform textarea {
font-family: "PT Mono", monospace, "Courier";
}
#ipr-details dl.dl-horizontal dt {
white-space: normal;
}
@ -1304,4 +1308,5 @@ a.fc-event, .fc-event, .fc-content, .fc-title, .fc-event-container {
margin-right: auto;
margin-left: auto;
}
}
}