This works fine for defining another class like:
<input id="test" class="input-small" type="text" value="" name="test">

But not for defining size manually like:
<input id="test" size="30" type="text" value="" name="test">

Anyway we can change fields using classes now!

Thanks!!!

Em domingo, 9 de junho de 2013 12h26min04s UTC-3, Massimo Di Pierro 
escreveu:
>
> Thanks! In trunk.
>
> On Sunday, 9 June 2013 07:06:25 UTC-5, Anthony wrote:
>>
>> On Saturday, June 8, 2013 8:06:55 PM UTC-4, Massimo Di Pierro wrote:
>>
>>> This the code currently in web2py.css.
>>> input[type=text],input[type=password],select{width:300px; 
>>> margin-right:5px}
>>> How do you propose we change it?
>>>
>>
>> Discussed details here: 
>> https://groups.google.com/d/msg/web2py-developers/WaHw-83DT1w/zbs2fh-tWRoJ. 
>> I think this might work:
>>
>> [type="text"], [type="password"], select {
>>     margin-right: 5px;
>>     width: 300px;
>> }
>>  
>> Anthony
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to