Make WordPress Core

Changeset 26675


Ignore:
Timestamp:
12/05/2013 06:02:33 PM (11 years ago)
Author:
iammattthomas
Message:

Line up ALL the things:

  • Make folded adminmenu icons line up with the W icon in the toolbar
  • Make the W link in the toolbar the same width as the folded adminmenu
  • Reduce padding on toolbar links to match reduced padding between W and Globe icons
  • Reduce right-side padding on toolbar links to account for 1px of extra padding around icons on the left

See #25858.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26671 r26675  
    18721872#adminmenu div.wp-menu-image {
    18731873    float: left;
    1874     width: 34px;
     1874    width: 36px;
    18751875    height: 30px;
    18761876    margin: 0;
     
    18891889    color: #999;
    18901890    padding: 8px 0;
    1891     height: 34px;
     1891    height: 36px;
    18921892    width: 20px;
    18931893    display: inline-block;
     
    19001900
    19011901.folded #adminmenu div.wp-menu-image {
    1902     width: 34px;
     1902    width: 36px;
    19031903    height: 30px;
    19041904    position: absolute;
  • trunk/src/wp-includes/css/admin-bar.css

    r26670 r26675  
    121121    height: 32px;
    122122    display: block;
    123     padding: 0 10px;
     123    padding: 0 8px 0 7px;
    124124    margin: 0;
    125125}
     
    431431
    432432#wpadminbar #wp-admin-bar-wp-logo > .ab-item {
    433     padding: 0 8px 0 8px;
     433    padding: 0 7px;
    434434}
    435435
Note: See TracChangeset for help on using the changeset viewer.