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; }
Vertical Tabs
- 94966 reads
Add new comment