You are here

Files in Admin Menu Hider 5

Primary tabs

File namesort descending Location Namespace Description
admin_menu_dropdown.css admin_menu_dropdown.css /* $Id $ */ /** * admin_menu_dropdown.css: Hides the drupal administration menu. Will show on * pressing defined key combo */ #admin-menu { display:none; position: fixed;} body { margin-top: 0px !important; }
admin_menu_dropdown.info admin_menu_dropdown.info name = "Administration Menu Dropdown" description = "Makes the Drupal Administration Menu hidden or shown by pressing key combo" dependencies = admin_menu package = "Administration"
admin_menu_dropdown.module admin_menu_dropdown.module Makes drupal administration menu able to be hidden or shown by pressing key combo
admin_menu_dropdown_settings.css admin_menu_dropdown_settings.css .inline-element { display:inline; } .inline-element .form-item { display:inline; }
admin_menu_dropdown_show.css admin_menu_dropdown_show.css /** * admin_menu_dropdown_show.css: Shows the drupal administration menu. Will * hide if key combo is pressed */ #admin-menu { position: fixed;} body { margin-top: 0px !important; }
README.txt README.txt Administration Menu Dropdown ------------------------ By: Shawn Conn (http://www.shawnconn.com/contact) This module modifies the awesome Drupal Administration Menu module (http://drupal.org/project/admin_menu). Combined with a little Javascript and…

Other projects