I would like to make a change a the Login form. Currently I see that the login button has a slight offset which I like to remove
<div class="col-sm-9 *col-sm-offset-3*"> <input class="btn btn-primary" value="Log In" type="submit"> </div> I tried to search for *col-sm-offset-3 *to find where the form is generated but I could only find .css files where the style is defined. I searched in the gluon/sqlhtml.py but again I couldn't find how to edit this. Where are those divs generated? Thanks. -- 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 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/d/optout.

