PCv5/app
Lephe 4f02160ebb navbar: fix bad behaviour when the user is authenticated
The News menu would not open when the user is authenticated,
leaving an empty menu area. Instead, the third button (Forum)
would open the News menu, shifthing every menu down a button.

This was caused by a bad selection query when getting the list
of menus; essentially the selection was equivalent to "#menu div".
Authenticated users have a div in the Account menu with their
name, so this div was mistaken for the second menu.

The problem was fixed by using a different selection equivalent
to "#menu > div" to get the list of menus.
2019-02-10 10:05:24 +01:00
..
forms Ajouts dans le panel admin 2019-02-06 13:12:03 +01:00
models admin: more on user and group generation 2019-02-09 21:18:12 +01:00
routes responsive: unify common style and light.css (WIP) 2019-02-09 22:42:16 +01:00
static navbar: fix bad behaviour when the user is authenticated 2019-02-10 10:05:24 +01:00
templates reponsive: clean up light.css 2019-02-10 10:03:11 +01:00
utils templates: slightly restructure and improve design 2019-02-09 11:32:08 +01:00
__init__.py Grosses modifs sur le design. Ajout des routes /user 2019-02-05 23:21:46 +01:00