Make WordPress Core

Changeset 8426


Ignore:
Timestamp:
07/23/2008 10:22:10 PM (16 years ago)
Author:
iammattthomas
Message:

Adjust padding in adminmenu to fit all items in 800x600

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/crazyhorse/wp-admin/wp-admin.css

    r8423 r8426  
    634634    display: none;
    635635    list-style: none;
    636     margin: 0;
     636    margin: 2px 0 0;
    637637    padding: 0;
    638638}
     
    720720#adminmenu a {
    721721    font-size: 13px;
    722     padding: 5px 7px 5px 36px;
     722    padding: 2px 7px 2px 36px;
    723723    line-height: 1.1;
    724724    display: block;
Note: See TracChangeset for help on using the changeset viewer.