#939 closed enhancement (fixed)
[patch] CSS class for optional monospace textareas in admin
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
For certain applications (e.g., editing reStructuredText), it is ideal to have an admin form textarea rendered in monospace. This patch adds a monospace CSS class to the admin's global.css file, so that all textareas of a given fieldset can optionally be set to monospace via the classes value when defining admin fields.
Attachments (1)
Change History (3)
by , 20 years ago
| Attachment: | admin_monospace_textareas.patch added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 18 years ago
| Reporter: | changed from to |
|---|
Note:
See TracTickets
for help on using tickets.
Implements optional monospace CSS class for admin textareas