Make WordPress Core

Ticket #31441: 31441.21.patch

File 31441.21.patch, 963 bytes (added by ocean90, 10 years ago)
  • src/wp-includes/css/editor.css

     
    121121}
    122122
    123123.mce-window .wp-editor-help {
    124         width: 340px;
     124        width: 360px;
    125125        padding: 10px 15px 0;
    126126}
    127127
     
    131131}
    132132
    133133.mce-window .wp-editor-help table {
    134         width: 320px;
     134        width: 340px;
    135135        margin-bottom: 20px;
     136        table-layout: fixed;
     137        border-collapse: collapse;
    136138}
    137139
    138140.mce-window .wp-editor-help td,
     
    153155}
    154156
    155157.mce-window .wp-editor-help .wp-help-th-center th {
    156         text-align: center;
     158        text-align: left;
     159        padding-left: 15px;
    157160}
    158161
    159162.mce-window .wp-editor-help kbd {
     
    167170
    168171.mce-window .wp-help-header td {
    169172        font-weight: bold;
    170         padding: 0 5px;
     173        padding: 0;
    171174}
    172175
     176.mce-window .wp-help-header td:nth-child(odd) {
     177        width: 75px;
     178}
     179
    173180/* TinyMCE menus */
    174181.mce-menu,
    175182.mce-floatpanel.mce-popover {