summaryrefslogtreecommitdiffstats
path: root/templates/html/menu.js
Commit message (Collapse)AuthorAgeFilesLines
* Improved responsive design of dynamic menusDimitri van Heesch2021-05-301-5/+75
| | | | | | | | | When DISABLE_INDEX=NO and HTML_DYNAMIC_MENUS=YES (both defaults) then on screens with a width smaller than 768 pixels, the menu will collapse into a bar with just a hamburger button and the search field. Also the search result window now stays within the limited of the screen.
* Scalable search bar for high resolution displays (#7888)tttapa2020-07-041-2/+2
| | | | | | | | | | * Use SVG images for search bar icons * Update search bar CSS for high resolution displays Uses CSS shadows instead of PNG images of shadows * Limit the main-menu CSS rule to first level list #main-menu li:last-child applies to last childs of sub-lists as well #main-menu > li:last-child only applies to the top-level list
* issue #6901: Please consider relicensing of Javascript filesDimitri van Heesch2020-03-271-16/+17
|
* Bug 779141 - CREATE_SUBDIRS breaks SERVER_BASED_SEARCHalbert-github2018-05-281-1/+1
| | | | Added relPath also for the search (result) script (analogous to other fields in the query).
* Marks JS as freely licensedzachwick2017-08-041-0/+24
| | | | | | | | | | | | | | | Marking the resulting JS in this way ensures that visitors to the resulting HTML documentation do not have to choose between running non-free JS and experiencing the HTML documentation as it was intended. The JS was already freely licensed, so this change just ensures that the appropriate labelling occurs so that GNU LibreJS [0] parses the JS correctly as freely licensed. [0] https://www.gnu.org/software/librejs/ Signed-off-by: zachwick <zach@zachwick.com>
* Fix for HTML output when using server side search and the the new menu barDimitri van Heesch2016-07-311-2/+6
|
* Applied responsive design to menu bar using smartmenusDimitri van Heesch2016-05-051-0/+22