TinyMCE, keyboard shortcuts help: make the popup wider to easily accommodate translations.
Part props ocean90. See #31441; Built from https://develop.svn.wordpress.org/trunk@33286 git-svn-id: http://core.svn.wordpress.org/trunk@33258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
952564e84b
commit
7946fbad27
|
@ -105,8 +105,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .mce-wp-help {
|
.mce-window .mce-wp-help {
|
||||||
height: 320px;
|
height: 360px;
|
||||||
width: 360px;
|
width: 460px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .wp-editor-help {
|
.mce-window .wp-editor-help {
|
||||||
width: 340px;
|
width: 440px;
|
||||||
padding: 10px 15px 0;
|
padding: 10px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .wp-editor-help table {
|
.mce-window .wp-editor-help table {
|
||||||
width: 320px;
|
width: 420px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,6 +170,10 @@
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mce-window .wp-help-header td:nth-child(odd) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* TinyMCE menus */
|
/* TinyMCE menus */
|
||||||
.mce-menu,
|
.mce-menu,
|
||||||
.mce-floatpanel.mce-popover {
|
.mce-floatpanel.mce-popover {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -105,8 +105,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .mce-wp-help {
|
.mce-window .mce-wp-help {
|
||||||
height: 320px;
|
height: 360px;
|
||||||
width: 360px;
|
width: 460px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .wp-editor-help {
|
.mce-window .wp-editor-help {
|
||||||
width: 340px;
|
width: 440px;
|
||||||
padding: 10px 15px 0;
|
padding: 10px 15px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -131,7 +131,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mce-window .wp-editor-help table {
|
.mce-window .wp-editor-help table {
|
||||||
width: 320px;
|
width: 420px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -170,6 +170,10 @@
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mce-window .wp-help-header td:nth-child(odd) {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
/* TinyMCE menus */
|
/* TinyMCE menus */
|
||||||
.mce-menu,
|
.mce-menu,
|
||||||
.mce-floatpanel.mce-popover {
|
.mce-floatpanel.mce-popover {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta2-33285';
|
$wp_version = '4.3-beta2-33286';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue