You are here

admin_menu_dropdown_show.css in Admin Menu Hider 5.2

/**
* 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.css
View source
  1. /**
  2. * admin_menu_dropdown_show.css: Shows the drupal administration menu. Will
  3. * hide if key combo is pressed
  4. */
  5. #admin-menu { position: fixed;}
  6. body { margin-top: 0px !important; }