diff --git a/wp-admin/comment.php b/wp-admin/comment.php index dfaf672b40..990d4b52da 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -91,25 +91,25 @@ if ( 'spam' == $_GET['dt'] ) { - +
- +comment_author_email ) { ?> - +comment_author_url ) { ?> - + - +
comment_author; ?>
comment_author_email; ?>
comment_author_url; ?>
comment_content; ?>
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index 3e6ce862a9..eac43ad39f 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -12,7 +12,7 @@ include('./admin-header.php');

- +
@@ -54,10 +54,6 @@ include('./admin-header.php'); -
-
- - @@ -93,7 +89,6 @@ endfor;
UTC time is:') ?>
-

diff --git a/wp-admin/options-misc.php b/wp-admin/options-misc.php index ec4296590a..9a6b045e9c 100644 --- a/wp-admin/options-misc.php +++ b/wp-admin/options-misc.php @@ -15,7 +15,7 @@ include('admin-header.php');

- +
: diff --git a/wp-admin/options-privacy.php b/wp-admin/options-privacy.php index ac6810b3a0..f791d00a4c 100644 --- a/wp-admin/options-privacy.php +++ b/wp-admin/options-privacy.php @@ -11,7 +11,7 @@ include('./admin-header.php');

- +
diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php index 3a7f80e7e3..624aed3778 100644 --- a/wp-admin/options-reading.php +++ b/wp-admin/options-reading.php @@ -15,7 +15,7 @@ include('admin-header.php');
- +
@@ -48,7 +48,7 @@ include('admin-header.php');
- +
@@ -75,7 +75,7 @@ include('admin-header.php');
- +

diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 13f7710b22..c0a9439b44 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -12,7 +12,8 @@ include('admin-header.php');

- + +
@@ -61,7 +62,7 @@ endforeach;

%s, %s, %s.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?>

- +
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index ea7dc72b7d..6f56087311 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -343,48 +343,16 @@ form#upload #post_content { } .submit input, .submit input:focus, .button, .button:focus { - background: url( images/fade-butt.png ); - border: 3px double #999; - border-left-color: #ccc; - border-top-color: #ccc; - color: #333; - padding: 0.25em; -} - -.submit input:active, .button:active { - background: #f4f4f4; - border: 3px double #ccc; - border-left-color: #999; - border-top-color: #999; -} - -.button, .button:focus { - padding: 0.15em; -} - -* html .button { - padding: 0; + background: url(images/fade-butt.png); + color: #246; + padding: 0.3em; + -moz-border-radius: 4px; } .submit, .editform th, #postcustomsubmit { text-align: right; } -.optiontable { - width: 100%; -} - -.optiontable td, .optiontable th { - padding: .5em; -} - -.optiontable th { - width: 33%; - text-align: right; - font-size: 1.3em; - font-weight: normal; -} - .unapproved { color: #888; } @@ -427,11 +395,9 @@ form#upload #post_content { padding: 0 1em 0 1em; } - - .narrow { - width: 450px; - margin: auto; + width: 70%; + margin-bottom: 40px; } .narrow p { @@ -1393,4 +1359,27 @@ a.view-comment-post-link { #footer p { margin: 0; padding: 5px 0; +} + +/* Tables used on comment.php and option/setting pages */ + +.niceblue { + border-collapse: collapse; + margin-top: 1em; +} + +.niceblue td { + margin-bottom: 9px; + padding: 10px; + border-bottom: 8px solid #fff; +} + +.niceblue th { + text-align: left; + padding: 10px; + border-bottom: 8px solid #fff; +} + +.niceblue tr { + background: #eaf3fa; } \ No newline at end of file