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

Sivakatirswami katir at hindu.org
Wed Dec 6 03:33:27 CST 2006


Confirmed that
a) it works in PMwiki
b) does  not work in Gemini

Hans, sorry...

#content .inputbox { width:auto; }

did not work in a new local.css file
...I  made one and  put copies
  in all the following locations

Farm directory
/pmwiki/pub/local.css
/pmwiki/pub/css/local.css

Field
/zap/pub/local.css
/zap/pub/css/local.css

It did not override layout-main.css

So,  for now, and to test, I hacked  layout-main.css

/* #content .inputbox { width:16em; }*/
#content .inputbox { width:auto; }

and yes, that fixed it..
So, we just need to get the local.css override to work.

Om shanti
Sivakatirswami

Hans wrote:
> 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