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:
Andrew Ozz 2015-07-10 22:37:24 +00:00
parent 58af8a0784
commit b99d7d909c
5 changed files with 7 additions and 3 deletions

View File

@ -2176,6 +2176,7 @@ html {
color: #404040;
resize: none;
padding-top: 30px;
font-size: 16px;
}
.wp-editor-wrap .quicktags-toolbar {
@ -2195,6 +2196,7 @@ html {
.wp-editor-wrap .wp-switch-editor {
top: 0;
margin: 3px 5px 0 0;
padding: 3px 8px;
background: #f5f5f5;
color: #555;
border-color: #ccc;

File diff suppressed because one or more lines are too long

View File

@ -2176,6 +2176,7 @@ html {
color: #404040;
resize: none;
padding-top: 30px;
font-size: 16px;
}
.wp-editor-wrap .quicktags-toolbar {
@ -2195,6 +2196,7 @@ html {
.wp-editor-wrap .wp-switch-editor {
top: 0;
margin: 3px 0 0 5px;
padding: 3px 8px;
background: #f5f5f5;
color: #555;
border-color: #ccc;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @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.