[pmwiki-users] Re: Site.EditForm
Patrick R. Michaud
pmichaud at pobox.com
Wed Jul 13 17:53:32 CDT 2005
On Wed, Jul 13, 2005 at 03:39:19PM -0700, H. Fox wrote:
> The new edit form's text area is narrow, even in an 800x600 browser
> window. It could be improved by adding the following to the default
> stylesheet:
>
> textarea#text { width:98%; } /* edit form textarea */
Ah yes; this used to be handled by the
#wikiedit textarea { width:98%; }
rule in the stylesheet, but the <div> is currently missing from
the edit form.
I think a better approach might be to add a (:div id='wikiedit':)
to the Site.EditForm, so that existing stylesheets will continue to work.
Now done on pmwiki.org -- will appear in the next release.
Pm
More information about the pmwiki-users
mailing list