From f6d127433393453f744804cfc03e6963e76df5ee Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 13 May 2008 15:22:52 +0000 Subject: [PATCH] Quick post TMCE improvements: add new theme, languages, support for Safari, modal dialogs, changed some settings to be the same like the write page, small css fixes. Props azaozz. see #6813 git-svn-id: http://svn.automattic.com/wordpress/trunk@7923 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/quick-post.css | 9 ++++++- wp-admin/quick-post.php | 49 ++++++++++++++++++++++++++++--------- 2 files changed, 46 insertions(+), 12 deletions(-) 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() { <?php _e('Quick Post') ?> - + +