Press This: make the font size in the Text editor similar to the Visual editor. Fix buttons padding.

Fixes #32706.

git-svn-id: https://develop.svn.wordpress.org/trunk@33159 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-07-10 22:36:39 +00:00
parent 4f606c1bb3
commit daf944fa25

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;