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