Make WordPress Core

Ticket #35826: 35826.2.patch

File 35826.2.patch, 642 bytes (added by chris_dev, 9 years ago)

"No image selected" is not vertically aligned because the border 2 pixels so I changed "top: 10px" to "8px"

  • src/wp-admin/css/customize-controls.css

     
    807807        position: relative;
    808808        text-align: center;
    809809        cursor: default;
     810        border: 1px dashed #ccc;
     811        box-sizing: border-box;
     812        height: 40px !important;
    810813}
    811814
    812815.customize-control-media .inner,
     
    844847.customize-control-header .inner,
    845848.customize-control-header .inner .dashicons {
    846849        line-height: 20px;
    847         top: 10px;
     850        top: 8px;
    848851}
    849852
    850853.customize-control-header .list .inner,