Make WordPress Core

Ticket #44643: 44643.edit.css.diff

File 44643.edit.css.diff, 1.7 KB (added by ianbelanger, 6 years ago)

This patch is a WIP for the /wp-admin/css/edit.css file, see comment below for details

  • 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
     
    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
     
    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 {