Make WordPress Core

Ticket #33575: 33575.2.diff

File 33575.2.diff, 1.0 KB (added by umesh.nevase, 9 years ago)

Checked on windows Firefox, Chrome, Safari and Ubuntu's firefox, Chrome, New patch is working file on latest browsers.

  • customize-controls.css

     
    8282#customize-controls .customize-info .panel-title {
    8383        font-size: 20px;
    8484        font-weight: 200;
    85         line-height: 24px;
     85        line-height: 26px;
    8686        display: block;
    8787        overflow: hidden;
    8888        white-space: nowrap;
     
    207207        left: 100%;
    208208        width: 100%;
    209209        margin: 0;
    210         padding: 12px;
     210        padding: 12px;
    211211        -webkit-box-sizing: border-box;
    212212        -moz-box-sizing: border-box;
    213213        box-sizing: border-box;
     
    318318        display: block;
    319319        float: left;
    320320        width: 48px;
    321         height: 69px;
     321        height: 72px;
    322322        padding: 0 24px 0 0;
    323323        margin: 0;
    324324        background: #fff;
     
    332332}
    333333
    334334.customize-section-back {
    335         height: 70px;
     335        height: 74px;
    336336}
    337337
    338338.ios .customize-panel-back,
     
    391391
    392392.customize-panel-back:before,
    393393.customize-section-back:before {
    394         font: normal 20px/69px dashicons;
     394        font: normal 20px/72px dashicons;
    395395        content: "\f341";
    396396        position: relative;
    397397        left: 13px;