Lose the breaks and do it right
git-svn-id: http://svn.automattic.com/wordpress/trunk@6948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9183c9ee15
commit
3378e3b20b
|
@ -16,7 +16,6 @@ $messages[3] = __('Custom field deleted.');
|
|||
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Write Post') ?></h2>
|
||||
<br />
|
||||
<?php
|
||||
|
||||
if (0 == $post_ID) {
|
||||
|
|
|
@ -9,7 +9,6 @@ $form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment-
|
|||
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
|
||||
<div class="wrap">
|
||||
<h2><?php echo $toprow_title; ?></h2>
|
||||
<br />
|
||||
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
|
||||
<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@ function xfn_check($class, $value = '', $deprecated = '') {
|
|||
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Edit Link') ?></h2>
|
||||
<br />
|
||||
|
||||
<div id="poststuff">
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@ if ( 0 != $post_ID && $sendto == get_permalink($post_ID) )
|
|||
<form name="post" action="page.php" method="post" id="post">
|
||||
<div class="wrap">
|
||||
<h2><?php _e('Write Page') ?></h2>
|
||||
<br />
|
||||
|
||||
<?php
|
||||
wp_nonce_field($nonce_action);
|
||||
|
|
|
@ -244,6 +244,10 @@ input.disabled, textarea.disabled {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
#titlediv, #namediv, #poststuff #namediv {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#postdivrich {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
@ -1017,6 +1021,7 @@ html, body {
|
|||
padding: 4px 3px;
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
#edit-slug-box {
|
||||
margin-top: 8px;
|
||||
color: #999;
|
||||
|
@ -1113,7 +1118,7 @@ html, body {
|
|||
position: absolute;
|
||||
background-color: #eaf3fa;
|
||||
width: 200px;
|
||||
top: 240px;
|
||||
top: 234px;
|
||||
right: 15%;
|
||||
-moz-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
|
|
Loading…
Reference in New Issue