March 30, 2010 – 1:28 pm | No Comment

New age pundits, inspirational speakers and self-help guides have long been saying that in order to achieve success you need to understand the importance and urgency of satisfying your wants in comparison to fulfilling your …

Read the full story »
Business & Technology

Small Business, eCommerce, Marketing, New Media, Search Engine Optimization, Personal Technology

VegLife

Vegan/Vegetarian food, cooking, lifestyle, animal rights, green living.

Mind & Body

Physical health, mental health

Spirituality & Faith

Community

Community development, volunteerism, service, World, Canada, BC, Vancouver, South Asian community, Sikh community

Home » Uncategorized

WordPress 2.5.1 Admin Panel CSS Fix

Submitted by kulpreet singh on May 16, 2008 – 9:57 amNo Comment

Hi Everyone,

You’ve probably noticed that in the new WordPress 2.5 series Admin Panel, the navigation menu items (Write, Manage, Design, Comments) are split from the option / settings menus (Settings, Plugins, Users). Personally I don’t like it separated, but I haven’t yet had time to fix it.

What I’ve done in the meanwhile is make the sizes same of the links on the left and the links on the right. The way to do this is:

In your wp-admin/wp-admin.css file, replace:

#wphead a, #dashmenu a, #adminmenu a, #submenu a, #sidemenu a {
text-decoration: none;
}

with

#wphead a, #dashmenu a {
text-decoration: none; }

#adminmenu a, #submenu a, #sidemenu a {
text-decoration: none;
font-size: 12pt;
}

That’s it – now the links on the left and right will be the same size. I like it better because I check the “Settings” and “Plugins” almost as often as I write a post or manage comments.

Also if you want to make the sub-navigation links (the ones in the white, below the navigation links) a different size, like maybe 11pt, use this:

#wphead a, #dashmenu a, #adminmenu a, #submenu a {
text-decoration: none; }

#submenu a {
font-size: 11pt; }

#sidemenu a {
text-decoration: none;
font-size: 12pt; }

-k.s.

Leave a comment!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.