Skip to content

Commit f72f276

Browse files
committed
Lose the breaks and do it right
git-svn-id: https://develop.svn.wordpress.org/trunk@6948 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bed34cd commit f72f276

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

wp-admin/edit-form-advanced.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<div class="wrap">
1818
<h2><?php _e('Write Post') ?></h2>
19-
<br />
2019
<?php
2120

2221
if (0 == $post_ID) {

wp-admin/edit-form-comment.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
1010
<div class="wrap">
1111
<h2><?php echo $toprow_title; ?></h2>
12-
<br />
1312
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
1413
<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
1514

wp-admin/edit-link-form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ function xfn_check($class, $value = '', $deprecated = '') {
3636

3737
<div class="wrap">
3838
<h2><?php _e('Edit Link') ?></h2>
39-
<br />
4039

4140
<div id="poststuff">
4241

wp-admin/edit-page-form.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<form name="post" action="page.php" method="post" id="post">
2525
<div class="wrap">
2626
<h2><?php _e('Write Page') ?></h2>
27-
<br />
2827

2928
<?php
3029
wp_nonce_field($nonce_action);

wp-admin/wp-admin.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ input.disabled, textarea.disabled {
244244
padding: 0;
245245
}
246246

247+
#titlediv, #namediv, #poststuff #namediv {
248+
margin-top: 10px;
249+
}
250+
247251
#postdivrich {
248252
margin: 0;
249253
padding: 0;
@@ -1017,6 +1021,7 @@ html, body {
10171021
padding: 4px 3px;
10181022
width: 98%;
10191023
}
1024+
10201025
#edit-slug-box {
10211026
margin-top: 8px;
10221027
color: #999;
@@ -1113,7 +1118,7 @@ html, body {
11131118
position: absolute;
11141119
background-color: #eaf3fa;
11151120
width: 200px;
1116-
top: 240px;
1121+
top: 234px;
11171122
right: 15%;
11181123
-moz-border-radius: 3px;
11191124
-khtml-border-radius: 3px;

0 commit comments

Comments
 (0)