#939 closed enhancement (fixed)
[patch] CSS class for optional monospace textareas in admin
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.
Change History (3)
by , 19 years ago
Attachment: | admin_monospace_textareas.patch added |
---|
comment:1 by , 19 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