Press This: make the font size in the Text editor similar to the Visual editor. Fix buttons padding.
Fixes #32706. Built from https://develop.svn.wordpress.org/trunk@33159 git-svn-id: http://core.svn.wordpress.org/trunk@33131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58af8a0784
commit
b99d7d909c
|
@ -2176,6 +2176,7 @@ html {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-wrap .quicktags-toolbar {
|
.wp-editor-wrap .quicktags-toolbar {
|
||||||
|
@ -2195,6 +2196,7 @@ html {
|
||||||
.wp-editor-wrap .wp-switch-editor {
|
.wp-editor-wrap .wp-switch-editor {
|
||||||
top: 0;
|
top: 0;
|
||||||
margin: 3px 5px 0 0;
|
margin: 3px 5px 0 0;
|
||||||
|
padding: 3px 8px;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2176,6 +2176,7 @@ html {
|
||||||
color: #404040;
|
color: #404040;
|
||||||
resize: none;
|
resize: none;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-wrap .quicktags-toolbar {
|
.wp-editor-wrap .quicktags-toolbar {
|
||||||
|
@ -2195,6 +2196,7 @@ html {
|
||||||
.wp-editor-wrap .wp-switch-editor {
|
.wp-editor-wrap .wp-switch-editor {
|
||||||
top: 0;
|
top: 0;
|
||||||
margin: 3px 0 0 5px;
|
margin: 3px 0 0 5px;
|
||||||
|
padding: 3px 8px;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
color: #555;
|
color: #555;
|
||||||
border-color: #ccc;
|
border-color: #ccc;
|
||||||
|
|
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-33158';
|
$wp_version = '4.3-beta2-33159';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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