Make WordPress Core

Changeset 33286


Ignore:
Timestamp:
07/15/2015 09:33:45 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE, keyboard shortcuts help: make the popup wider to easily accommodate translations.
Part props ocean90. See #31441;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r33285 r33286  
    106106
    107107.mce-window .mce-wp-help {
    108     height: 320px;
    109     width: 360px;
     108    height: 360px;
     109    width: 460px;
    110110    overflow: auto;
    111111}
     
    122122
    123123.mce-window .wp-editor-help {
    124     width: 340px;
     124    width: 440px;
    125125    padding: 10px 15px 0;
    126126}
     
    132132
    133133.mce-window .wp-editor-help table {
    134     width: 320px;
     134    width: 420px;
    135135    margin-bottom: 20px;
    136136}
     
    169169    font-weight: bold;
    170170    padding: 0 5px;
     171}
     172
     173.mce-window .wp-help-header td:nth-child(odd) {
     174    text-align: center;
    171175}
    172176
Note: See TracChangeset for help on using the changeset viewer.