Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#939 closed enhancement (fixed)

[patch] CSS class for optional monospace textareas in admin

Reported by: Tom Tobin <korpios@…> 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)

admin_monospace_textareas.patch (776 bytes ) - added by Tom Tobin <korpios@…> 18 years ago.
Implements optional monospace CSS class for admin textareas

Download all attachments as: .zip

Change History (3)

by Tom Tobin <korpios@…>, 18 years ago

Implements optional monospace CSS class for admin textareas

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2136]) Fixed #939 -- Added 'monospace' fieldset class for admin CSS. Thanks, Tom Tobin

comment:2 by korpios, 17 years ago

Reporter: changed from Tom Tobin <korpios@…> to Tom Tobin <korpios@…>
Note: See TracTickets for help on using tickets.
Back to Top