From daf944fa25834f830ea4060c44a287bec45d5a51 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Fri, 10 Jul 2015 22:36:39 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/press-this.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-admin/css/press-this.css b/src/wp-admin/css/press-this.css index 243b5656a8..b99ba1a7e0 100644 --- a/src/wp-admin/css/press-this.css +++ b/src/wp-admin/css/press-this.css @@ -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;