If you are using the layout.html that comes with web2py, please pay attention that the normal collapsing behaviour of bootstrap is bypassed: the collapsed menu is only on mobile devices not on PC.
So, if it's the case, please check https://github.com/web2py/web2py/blob/master/applications/welcome/views/layout.html#L74 Il giorno giovedì 24 ottobre 2013 14:40:35 UTC+2, Annet ha scritto: > > Thanks for your reply. > > What exactly is the problem? Does the downloaded bootstrap behave >> differently than you expect it to? >> > > In the views with a maximum width of 658px and 760px I added this to the > layout extending the outer layout. > > <style type="text/css"> > {{if width:}} > .container {max-width: 760px;} > {{else:}} > .container {max-width: 658px;} > {{pass}} > </style> > > In these views I always want the menu to be collapsed. In the other views > extending the outer layout I want the default bootstrap > behaviour: > > <!-- Everything you want hidden at 940px or less, place within here --> > > I am looking for a way to achieve this, so far I end up with the default > Bootstrap behaviour. > > > >> The bootstrap-responsive.min.css file is missing simply because the >> customized version includes everything in the basic .css file, it's not an >> error. >> > > Thanks, I did not know that. > > > Best, > > Annet > -- 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/groups/opt_out.

