diff --git a/wp-admin/css/quick-post.css b/wp-admin/css/quick-post.css index 7ee22329da..790da89182 100644 --- a/wp-admin/css/quick-post.css +++ b/wp-admin/css/quick-post.css @@ -319,7 +319,8 @@ textarea, input.text { } input.text { - width: 100%; + width: 99%; + padding: 3px; } body { @@ -339,4 +340,10 @@ a { margin: 0; } +.editor-container { + border-width: 1px; + border-color: #ccc; + border-style: solid; +} + /* end quickpost css */ \ No newline at end of file diff --git a/wp-admin/quick-post.php b/wp-admin/quick-post.php index 185cb4ec5d..99550e5e80 100644 --- a/wp-admin/quick-post.php +++ b/wp-admin/quick-post.php @@ -73,30 +73,57 @@ function tag_input() {