admin_menu_dropdown_show.css in Admin Menu Hider 5
Same filename and directory in other branches
/** * 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; }
File
admin_menu_dropdown_show.cssView source
-
- /**
- * 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; }