[web2py] Re: Web2Py without Bootstrap

2014-03-17 Thread Pedro Pisandelli
Thanks Massimo! I was searching, trying and finaly get the point. My problem was that I was working exactly in SQLFORM and navbar, that´s why I was seeing things "so tied" to Bootstrap. I made my own navbar, instead of using response.menu.. for now is pretty fine. Later will discover how to buil

[web2py] Re: Web2Py without Bootstrap

2014-03-15 Thread Massimo Di Pierro
The only parts of web2py that generate bootstrap specific class are the auth.navbar() and the FORMs(SQLFORM, SQLFORM.grid). The navbar can be customized to not use bootstrap classes but the HTML of navbar is also very specific of bootstrap. If you do not want bootstrap, you should make your ow