[pmwiki-users] Form Fields Won't Obey Size Parameter

Hans design5 at softflow.co.uk
Tue Dec 5 03:20:43 CST 2006


Tuesday, December 5, 2006, 2:46:24 AM, Aleksander wrote:

> I have the same problem. Size for text data does not work. I am using Gemini
> Skin.

Gemini sets the size for input forms of class inputbox,
in layout-main.css:

#sidebar .inputbox { width:9em; }
#content .inputbox { width:16em; }

and this class is associated with (:input text :) forms by default I
think.

so you need to add to pub/local.css:

#content .inputbox { width:auto; }

Then size parameters in text input forms should work again.
I have not tested this, let me please know if it works.



Hans





More information about the pmwiki-users mailing list