[web2py] sidebar content overlaps to next column

2016-08-28 Thread Alex Glaros
my content (buttons, text, tables) from one sidebar crosses over columns a bit am I doing anything wrong? View: {{left_sidebar_enabled = globals().get('left_sidebar_enabled', True)}} {{right_sidebar_enabled = globals().get('right_sidebar_enabled', True)}} {{block left_sidebar}} content

[web2py] sidebar

2016-03-27 Thread Jerry Liu
Hello, Is there a way I can customize my sidebar at one place and use it on all views? Now I have my sidebar customized and displayed on index.html, but how can I let all other my views include the same sidebar? Any help? -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] sidebar bug in 1.99.1?

2011-10-05 Thread Jonas Rundberg
Hi Using left or right sidebars in layout.html doesn't render the page as intended. (Using both sidebars seems ok). layout.html sets the width of #content to 740px, but it should be 720px to handle the padding in #page. I've tried it on OSX, Chrome+FF5 cheers / jonas

[web2py] sidebar : how to customize

2011-09-20 Thread Vineet
I wish to reduce the widths of left right sidebars. In base.css, uncommented modified the following line left_sidebar { width: 10px; float:left; display: none; } Inline documentation in css file says--- - column widths (change this to use left_sidebar and right_sidebar) Secondly, I had put