Make WordPress Core

Changeset 21399


Ignore:
Timestamp:
08/01/2012 10:50:52 PM (13 years ago)
Author:
azaozz
Message:

Retina: add image editor 2x icons, props empireoflight, see #21019

Location:
trunk/wp-admin
Files:
1 added
1 edited

Legend:

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

    r21313 r21399  
    40244024
    40254025.imgedit-crop {
    4026     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -9px -31px;
     4026    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px;
    40274027    margin: 0 8px 0 0;
    40284028}
     
    40374037
    40384038.imgedit-rleft {
    4039     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -46px -31px;
     4039    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px;
    40404040    margin: 0 3px;
    40414041}
     
    40504050
    40514051.imgedit-rright {
    4052     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -77px -31px;
     4052    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px;
    40534053    margin: 0 8px 0 3px;
    40544054}
     
    40634063
    40644064.imgedit-flipv {
    4065     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -115px -31px;
     4065    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px;
    40664066    margin: 0 3px;
    40674067}
     
    40764076
    40774077.imgedit-fliph {
    4078     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -147px -31px;
     4078    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px;
    40794079    margin: 0 8px 0 3px;
    40804080}
     
    40894089
    40904090.imgedit-undo {
    4091     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -184px -31px;
     4091    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px;
    40924092    margin: 0 3px;
    40934093}
     
    41024102
    41034103.imgedit-redo {
    4104     background: transparent url(../images/imgedit-icons.png) no-repeat scroll -215px -31px;
     4104    background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px;
    41054105    margin: 0 8px 0 3px;
    41064106}
     
    41794179}
    41804180
     4181@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     4182    .imgedit-crop,
     4183    .imgedit-rleft,
     4184    .imgedit-rright,
     4185    .imgedit-flipv,
     4186    .imgedit-fliph,
     4187    .imgedit-undo,
     4188    .imgedit-redo {
     4189        background-image: url('../images/imgedit-icons-2x.png');
     4190        background-size: 260px 64px;
     4191    }
     4192}
    41814193
    41824194/*------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.