Make WordPress Core

Ticket #44643: 44643.1.edit.css.diff

File 44643.1.edit.css.diff, 2.0 KB (added by ianbelanger, 6 years ago)

This patch updates the /wp-admin/css/edit.css file, disregard the original 44643.edit.css.diff, see notes below

  • wp-admin/css/edit.css

     
    8989
    9090#edit-slug-box,
    9191#comment-link-box {
    92         line-height: 24px;
    93         min-height: 25px; /* Yes, line-height + 1 */
     92        line-height: 1.9;
     93        min-height: 25px;
    9494        margin-top: 5px;
    9595        padding: 0 10px;
    9696        color: #666;
     
    186186#side-sortables .add-menu-item-tabs li,
    187187.wp-tab-bar li {
    188188        display: inline;
    189         line-height: 1.35em;
     189        line-height: 1.35;
    190190}
    191191
    192192.no-js .category-tabs li.hide-if-no-js {
     
    419419
    420420#timestampdiv select {
    421421        height: 21px;
    422         line-height: 14px;
     422        line-height: 1.2;
    423423        padding: 0;
    424424        vertical-align: top;
    425425        font-size: 12px;
     
    486486
    487487#timestampdiv {
    488488        padding-top: 5px;
    489         line-height: 23px;
     489        line-height: 1.8;
    490490}
    491491
    492492#timestampdiv p {
     
    579579        float: left;
    580580        margin-right: 25px;
    581581        font-size: 13px;
    582         line-height: 1.8em;
     582        line-height: 1.8;
    583583        cursor: default;
    584584        max-width: 100%;
    585585        overflow: hidden;
     
    639639}
    640640
    641641#post-visibility-select {
    642         line-height: 1.5em;
     642        line-height: 1.5;
    643643        margin-top: 3px;
    644644}
    645645
     
    706706
    707707.privacy-text-actions {
    708708        height: 32px;
    709         line-height: 32px;
     709        line-height: 2.5;
    710710        padding-bottom: 6px;
    711711}
    712712
     
    894894}
    895895
    896896#post-formats-select {
    897         line-height: 2em;
     897        line-height: 2;
    898898}
    899899
    900900#post-formats-select .post-format-icon:before {
     
    10321032ul.categorychecklist li {
    10331033        margin: 0;
    10341034        padding: 0;
    1035         line-height: 22px;
     1035        line-height: 1.7;
    10361036        word-wrap: break-word;
    10371037}
    10381038
     
    12421242.trash-undo-inside,
    12431243.spam-undo-inside {
    12441244        margin: 1px 8px 1px 0;
    1245         line-height: 16px;
     1245        line-height: 1.3;
    12461246}
    12471247
    12481248.spam-undo-inside .avatar,
     
    16141614
    16151615        button.wp-switch-editor {
    16161616                font-size: 16px;
    1617                 line-height: 1em;
     1617                line-height: 1;
    16181618                margin: 7px 0 0 7px;
    16191619                padding: 8px 12px;
    16201620        }
     
    16501650
    16511651        #delete-action,
    16521652        #publishing-action {
    1653                 line-height: 47px;
     1653                line-height: 3.65;
    16541654        }
    16551655
    16561656        #publishing-action .spinner {