You are here

Files in Admin Menu Hider 5.2

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.install admin_menu_dropdown.install Uninstall Admin Menu Dropdown settings
admin_menu_dropdown.module admin_menu_dropdown.module Adds the ability to show/hide the Drupal Administration Menu via a selected behavior
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; }
key_combo.css behaviors/key_combo/key_combo.css /* $Id $ */ #admin-menu { display: none; }
key_combo.inc behaviors/key_combo/key_combo.inc Defines the Key Combo dropdown behavior
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