Make WordPress Core

Ticket #21019: 21019.image-align.diff

File 21019.image-align.diff, 1.0 KB (added by helenyhou, 12 years ago)
  • wp-admin/css/media.dev.css

    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
     
    6767        background: url(../images/align-right.png) no-repeat center left;
    6868}
    6969
     70@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
     71        .image-align-none-label {
     72                background-image: url(../images/align-none-2x.png);
     73                background-size: 21px 15px;
     74        }
     75
     76        .image-align-left-label {
     77                background-image: url(../images/align-left-2x.png);
     78                background-size: 22px 15px;
     79        }
     80
     81        .image-align-center-label {
     82                background-image: url(../images/align-center-2x.png);
     83                background-size: 21px 15px;
     84        }
     85
     86        .image-align-right-label {
     87                background-image: url(../images/align-right-2x.png);
     88                background-size: 22px 15px;
     89        }
     90}
     91
    7092tr.image-size td {
    7193        width: 460px;
    7294}