No I believe this is a major issue in web2py css structure.
I believe web2py css should not be globally changing attributes of standard
html tags.
It causes these kinds of rendering problems when one tries to use some
standard web components such as a calendar.
For example, standard web2py.css in
You can just use your simple layout and then include whatever you need from
web2py (e.g., web2py.css, etc.). You may need to edit the web2py CSS files
(or copy the parts you need into your own CSS files) if you only need some
of the styling (e.g., for the grid).
Anthony
On Wednesday, March 20,
already included in head (copy from layout.html) :
{{
response.files.append(URL('static','css/web2py.css'))
response.files.append(URL('static','css/bootstrap.min.css'))
response.files.append(URL('static','css/bootstrap-responsive.min.css'))
response.files.append(URL('static','css
Does your layout.html include this:
{{
response.files.append(URL('static','css/web2py.css'))
response.files.append(URL('static','css/bootstrap.min.css'))
response.files.append(URL('static','css/bootstrap-responsive.min.css'))
response.files.append(URL('static','css/web2py_bootstrap.css
4 matches
Mail list logo