In the web2py 2.16.1 welcome layout.html page, in order to move to the 
right the login dropdown, you could apply the bootstrap 4 class mr-auto  to 
the form in navbar

<form class="form-inline my-2 my-lg-0 mr-auto">

and add the class dropdown-menu-right to the dropdown

<div class="dropdown-menu dropdown-menu-right">


Il giorno sabato 23 dicembre 2017 14:12:46 UTC+1, lucas ha scritto:
>
> as I reported when the screen isn't wide enough, it will default to the 
> pull down button, that doesn't work in safari or Firefox.  it also doesn't 
> work on iOS.
>

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to