2014-02-23 23:59 GMT-04:30 Massimo Di Pierro <massimo.dipie...@gmail.com>:

> What do we need:
> 1) testing of the latest welcome
> 2) the Login menu does not work show the dropdown on mouseover. I do not
> know why.
>
Just put this in bootstrap.min.css:

.dropdown:hover .dropdown-menu {
    display: block;
 }

Missing files:

bootstrap-theme.min.css
web2py-bootstrap3.js
web2py-bootstrap3.css


>
> Massimo
>
>
> On Sunday, 23 February 2014 21:56:56 UTC-6, Massimo Di Pierro wrote:
>>
>> Urgent. We need help fixing the bootstrap 3 menu in welcome in trunk.
>> Can it be done without changing any python code, except perhaps the MENU
>> helper?
>>
>  --
> 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/groups/opt_out.
>

-- 
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/groups/opt_out.

Reply via email to