Make WordPress Core

Ticket #40218: 40218.2.patch

File 40218.2.patch, 5.2 KB (added by sagarprajapati, 8 years ago)
  • src/wp-admin/css/common.css

     
    10711071        max-width: 100%;
    10721072        font-size: 16px;
    10731073        font-weight: 300;
    1074         line-height: 1.5;
    10751074}
    10761075
    1077 .wp-filter .search-form select {
     1076.wp-filter .search-form select,
     1077.wp-filter .search-form .wp-filter-search {
    10781078        margin: 0;
    10791079        height: 32px;
    10801080        vertical-align: top;
  • src/wp-admin/css/customize-controls.css

     
    597597.customize-control input[type="tel"],
    598598.customize-control input[type="url"] {
    599599        width: 100%;
    600         line-height: 18px;
    601600        margin: 0;
    602601}
    603602
     
    964963.customize-control-header button.remove {
    965964        white-space: normal;
    966965        width: 48%;
    967         height: auto;
    968966}
    969967
    970968.customize-control .attachment-media-view .thumbnail,
  • src/wp-admin/css/dashboard.css

     
    854854}
    855855
    856856#title-wrap #title {
    857         padding: 2px 6px;
    858857        font-size: 1.3em;
    859858        outline: none;
     859    height: 28px;
     860        line-height: 26px;   
    860861}
    861862
    862863#title-wrap #title-prompt-text {
     
    10801081}
    10811082
    10821083@media screen and ( max-width: 782px ) {
     1084       
     1085        #title-wrap #title {
     1086            height: 36px;
     1087        line-height: 34px;
     1088        }
     1089       
     1090        #title-wrap #title-prompt-text {
     1091                padding: 9px 8px;
     1092        }
     1093       
     1094        .wp-filter .search-form input[type="search"] {
     1095                height: 36px;
     1096        }
     1097
    10831098        #dashboard_recent_comments #the-comment-list .comment-item .avatar {
    10841099                height: 30px;
    10851100                width: 30px;
  • src/wp-admin/css/forms.css

     
    6868/* Vertically align the number selector with the input. */
    6969input[type="number"] {
    7070        height: 28px;
    71         line-height: 1;
     71        line-height: 26px;
    7272}
    7373
    7474input[type="checkbox"],
     
    319319
    320320.wp-admin select {
    321321        padding: 2px;
    322         line-height: 28px;
     322        line-height: 26px;
    323323        height: 28px;
    324324        vertical-align: middle;
    325325}
     
    549549        float: left;
    550550        height: 28px;
    551551        margin: 0 4px 0 0;
     552        line-height: 26px;
    552553}
    553554
    554555.js.plugins-php .search-box .wp-filter-search {
     
    11611162        #wpbody select {
    11621163                height: 36px;
    11631164                font-size: 16px;
     1165                line-height: 34px;
    11641166        }
    11651167
    11661168        .wp-admin .button-cancel {
  • src/wp-admin/css/list-tables.css

     
    644644        padding-bottom: 5px;
    645645        font-size: 13px;
    646646        text-align: center;
     647        height: 28px;
     648    line-height: 26px;
    647649}
    648650
    649651.tablenav .total-pages {
     
    17601762        .tablenav-pages .pagination-links .current-page {
    17611763                padding: 8px 9px 9px;
    17621764                font-size: 16px;
     1765                height: 41px;
     1766        line-height: 39px;
    17631767        }
    17641768
    17651769        /* WP List Table Adjustments: General */
  • src/wp-admin/css/media.css

     
    11491149        width: 50px;
    11501150        font-size: 14px;
    11511151        padding: 5px 8px;
     1152        height: 28px;
     1153    line-height: 26px;
    11521154}
    11531155
    11541156.imgedit-separator {
     
    12141216                width: 60px;
    12151217                font-size: 16px;
    12161218                padding: 6px 10px;
     1219                height: 36px;
    12171220        }
    12181221
    12191222        .imgedit-applyto .imgedit-label {
  • src/wp-includes/css/buttons.css

     
    4949        line-height: 26px;
    5050        height: 28px;
    5151        margin: 0;
    52         padding: 0 10px 1px;
     52        padding: 0 10px;
    5353        cursor: pointer;
    5454        border-width: 1px;
    5555        border-style: solid;
     
    7474
    7575.wp-core-ui .button.button-large,
    7676.wp-core-ui .button-group.button-large .button {
    77         height: 30px;
    78     line-height: 28px;
    79     padding: 0 12px 2px;
     77    padding: 0 12px;
    8078}
    8179
    8280.wp-core-ui .button.button-small,
     
    127125        color: #555;
    128126        border-color: #cccccc;
    129127        background: #f7f7f7;
    130         -webkit-box-shadow: 0 1px 0 #cccccc;
    131         box-shadow: 0 1px 0 #cccccc;
    132128        vertical-align: top;
    133129}
    134130
     
    375371        input#publish,
    376372        input#save-post,
    377373        a.preview {
    378                 padding: 6px 14px;
    379                 line-height: normal;
     374                line-height: 34px;
    380375                font-size: 14px;
    381376                vertical-align: middle;
    382                 height: auto;
    383                 margin-bottom: 4px;
     377            height: 36px;
    384378        }
     379       
     380        .wp-filter .search-form select,
     381        .wp-filter .search-form .wp-filter-search {
     382            height: 36px;
     383        }
    385384
    386385        #media-upload.wp-core-ui .button {
    387386                padding: 0 10px 1px;
  • src/wp-includes/css/media-views.css

     
    3434
    3535.media-frame select,
    3636.wp-admin .media-frame select {
    37         line-height: 28px;
    3837        margin-top: 3px;
    3938}
    4039