Make WordPress Core

Changeset 24426


Ignore:
Timestamp:
06/07/2013 03:11:42 PM (10 years ago)
Author:
helen
Message:

Change the post format icons sprite to be vertical rather than horizontal in order to allow it to be used for wider items such as labels. RTL tweak for the icon in the posts list table. See #16047, #24519.

Location:
trunk/wp-admin
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r24418 r24426  
    22862286    a.post-state-format {
    22872287        background-image: url(../images/post-formats32-vs.png);
    2288         background-size: 320px 32px;
     2288        background-size: 32px 320px;
    22892289    }
    22902290
  • trunk/wp-admin/css/colors-fresh.css

    r24418 r24426  
    21742174    a.post-state-format {
    21752175        background-image: url(../images/post-formats32.png);
    2176         background-size: 320px 32px;
     2176        background-size: 32px 320px;
    21772177    }
    21782178
  • trunk/wp-admin/css/wp-admin-rtl.css

    r24418 r24426  
    10491049------------------------------------------------------------------------------*/
    10501050
     1051a.post-state-format {
     1052    margin-right: 0;
     1053    margin-left: 5px;
     1054}
    10511055
    10521056/*------------------------------------------------------------------------------
  • trunk/wp-admin/css/wp-admin.css

    r24418 r24426  
    39483948
    39493949a.post-state-format.format-image  {
    3950     background-position: -40px -8px;
     3950    background-position: -8px -40px;
    39513951}
    39523952
    39533953a.post-state-format.format-gallery {
    3954     background-position: -72px -8px;
     3954    background-position: -8px -72px;
    39553955}
    39563956
    39573957a.post-state-format.format-audio {
    3958     background-position: -104px -8px;
     3958    background-position: -8px -104px;
    39593959}
    39603960
    39613961a.post-state-format.format-video {
    3962     background-position: -135px -8px;
     3962    background-position: -8px -136px;
    39633963}
    39643964
    39653965a.post-state-format.format-chat {
    3966     background-position: -168px -8px;
     3966    background-position: -8px -168px;
    39673967}
    39683968
    39693969a.post-state-format.format-status {
    3970     background-position: -200px -8px;
     3970    background-position: -8px -200px;
    39713971}
    39723972
    39733973a.post-state-format.format-aside {
    3974     background-position: -232px -8px;
     3974    background-position: -8px -232px;
    39753975}
    39763976
    39773977a.post-state-format.format-quote {
    3978     background-position: -264px -8px;
     3978    background-position: -8px -265px;
    39793979}
    39803980
    39813981a.post-state-format.format-link {
    3982     background-position: -296px -8px;
     3982    background-position: -8px -296px;
    39833983}
    39843984
Note: See TracChangeset for help on using the changeset viewer.