Make WordPress Core

Ticket #44643: 44643.editor.css.diff

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

This patch covers the /wp-includes/css/editor.css file with a few exceptions, see notes below

  • wp-includes/css/editor.css

     
    464464
    465465.mce-toolbar .mce-listbox button {
    466466        font-size: 13px;
    467         line-height: 20px;
     467        line-height: 1.6;
    468468        padding-left: 6px;
    469469        padding-right: 20px;
    470470}
     
    675675        color: #fff;
    676676        text-shadow: none;
    677677        padding: 0;
    678         line-height: 26px;
     678        line-height: 1.9;
    679679}
    680680
    681681.mce-window .mce-btn {
     
    795795.mce-charmap td div {
    796796        width: 18px;
    797797        height: 22px;
    798         line-height: 22px;
     798        line-height: 1.5;
    799799}
    800800
    801801/* TinyMCE tooltips */
     
    826826
    827827.mce-toolbar .mce-ico {
    828828        color: #555d66;
    829         line-height: 20px;
     829        line-height: 1;
    830830        width: 20px;
    831831        height: 20px;
    832832        text-align: center;
     
    837837
    838838.qt-dfw {
    839839        color: #555d66;
    840         line-height: 20px;
     840        line-height: 1;
    841841        width: 28px;
    842842        height: 26px;
    843843        text-align: center;
     
    11301130        color: #666;
    11311131        cursor: pointer;
    11321132        font-size: 13px;
    1133         line-height: 19px;
     1133        line-height: 1.5;
    11341134        height: 20px;
    11351135        margin: 5px 0 0 5px;
    11361136        padding: 3px 8px 4px;
     
    13211321                /* .button-small is normally 11px, but a bit too small for these buttons. */
    13221322                font-size: 12px;
    13231323                height: 26px;
    1324                 line-height: 24px;
     1324                line-height: 2;
    13251325        }
    13261326}
    13271327
     
    14111411        height: 36px;
    14121412        font-size: 18px;
    14131413        font-weight: 600;
    1414         line-height: 36px;
     1414        line-height: 2;
    14151415        margin: 0;
    14161416        padding: 0 36px 0 16px;
    14171417}
     
    16511651}
    16521652
    16531653#wp-link-cancel {
    1654         line-height: 25px;
     1654        line-height: 2;
    16551655        float: left;
    16561656}
    16571657
    16581658#wp-link-update {
    1659         line-height: 23px;
     1659        line-height: 1.9;
    16601660        float: right;
    16611661}
    16621662
     
    16861686        }
    16871687
    16881688        #wp-link-cancel {
    1689                 line-height: 32px;
     1689                line-height: 2.4;
    16901690        }
    16911691
    16921692        #wp-link .link-target {