Changing the font size in Drupal's Administration menu

Something you don't think you need until you see it.

The font size in the Administration Menu is 9pt, too small for my liking (your eyes, you mean - Ed).

To change it edit the file //sites/all/modules/admin_menu/admin_menu.css and change the font size. I prefer 12px.

/* $Id: admin_menu.css,v 1.25.2.4 2008/11/02 21:36:22 sun Exp $ */
/**
 * Administration Menu.
 *
 * Implementation of Sons of Suckerfish Dropdowns.
 * @see www.htmldog.com/articles/suckerfish
 **/
#admin-menu { position: absolute; top: 0px; left: 0px; font-size: 12px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; background: url(images/bkg.png) bottom left repeat-x #101010; width: 100%; text-align: left; }
#admin-menu li.admin-menu-icon a { padding: 1px 8px 4px; }
0
Your rating: None

Comments

respond this post by LeonSandy33 (not verified)

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <div> <h3> <h4> <h5> <h6> <br> <span>
  • Lines and paragraphs break automatically.
  • Flash node macros can be added to this post.
  • You may link to images on this site using a special syntax
  • Images can be added to this post.
  • You may use <swf file="song.mp3"> to display Flash files inline

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.