On 5 February 2013 01:06, Jack <[email protected]> wrote: > Hi All, > > Just a question regarding the smartgrid. > I was wondering is there anyway to change the layout and format of the > smartgrid. > For example if I wanted to change the spacing I have for each row or add > verticle lines to separate the columns. Ideally what I'm trying to achieve > is have the smartgrid looking like an excel template. > I've already looked into the online tutorials and the online book but > couldn't find any relevant information. Can these changes be done? Any help > or pointers are greatly appreciated. > > You will probably have to work on the css. Search static/css/web2py.css and static/css/web2py.bootstrap.css for 'grid' to give you an idea where to fiddle. If I were you I will copy the relevant parts of those two files to a seperate file, make my changes there and add it to the css-references in your layout.html after the web2py.*.css files.
Regards Johann -- Because experiencing your loyal love is better than life itself, my lips will praise you. (Psalm 63:3) -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

