[web2py] Re: how to customize grid element in edit mode

2015-06-22 Thread Alex Glaros
thanks Massimo works great perfect Father's Day present Alex -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] Re: how to customize grid element in edit mode

2015-06-21 Thread Massimo Di Pierro
The checkbox only appears in edit mode so {{=grid}} and in css .mygrid input[type='checkbox'] { margin:20px } On Friday, 19 June 2015 10:23:21 UTC-5, Alex Glaros wrote: > > I want to apply CSS to a boolean checkbox field within grid edit mode. > > Is there a way to apply css to any grid field