More TinyMCE color abstraction and new border for title and editor. Props azaozz. fixes #6156

git-svn-id: http://svn.automattic.com/wordpress/trunk@7240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-11 16:54:48 +00:00
parent 132a674402
commit 0b22d34ee6
7 changed files with 96 additions and 23 deletions

View File

@@ -151,8 +151,10 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )
<div id="post-body">
<div id="titlediv">
<h3><?php _e('Title') ?></h3>
<div class="inside">
<div id="titlewrap">
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title ); ?>" id="title" />
</div>
<div class="inside">
<?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?>
<div id="edit-slug-box">
<?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) :