| README.txt | README.txt |  | # Smartmenus jQuery Plugin - Drupal module
This module provides Drupal integration with the Smartmenus.js advanced jQuery
website menu plugin. Mobile first, responsive and accessible list-based website
menus that work on all devices. This is the… | 
          
                  | sm-menu-toggle.css | css/sm-menu-toggle.css |  | /*
 * @file
 * CSS for the responsive menu toggle checkbox / button.
 */
.sm-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
 … | 
          
                  | smartmenus.admin.inc | smartmenus.admin.inc |  | Smartmenus module settings. | 
          
                  | smartmenus.info | smartmenus.info |  | name = Smartmenus.js
description = Responsive drop-down menus with the <a href="http://www.smartmenus.org/">Smartmenus</a> jQuery plugin.
core = 7.x
configure = admin/config/user-interface/smartmenus
dependencies[] =… | 
          
                  | smartmenus.install | smartmenus.install |  | Requirements, install, uninstall, and update hooks for the Smartmenus module. | 
          
                  | smartmenus.module | smartmenus.module |  | Integration with the Smartmenus jQuery plugin for responsive menus. | 
          
                  | smartmenus.theme.inc | smartmenus.theme.inc |  | Smartmenus theme fnctions. |