diff --git a/wp-admin/categories.php b/wp-admin/categories.php index a13b437eb..e879ea093 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -139,14 +139,17 @@ endif; ?>
-
- -

+

+ + +
+
+
-
+
diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css index a8191b699..c44a49478 100644 --- a/wp-admin/css/global.css +++ b/wp-admin/css/global.css @@ -131,8 +131,10 @@ h6 { .subsubsub { list-style: none; - margin: 0 0 8px; + margin: 0; padding: 0; + position: relative; + top: -5px; white-space: nowrap; font-size: 12px; float: left; @@ -223,7 +225,7 @@ th.check-column + th, th.check-column + td { border-width: 1px; border-style: solid; padding: 0 0.6em; - margin-bottom: 1em; + margin: 3px 15px 5px; } .updated p, .error p { diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css index a2507d0ab..471c1145c 100644 --- a/wp-admin/css/ie.css +++ b/wp-admin/css/ie.css @@ -117,10 +117,6 @@ table.ie-fixed { table-layout: fixed; } -.search-box .button, #widget-search .button { - padding: 1px; -} - .widefat tr, .widefat th { margin-bottom: 0; border-spacing: 0; diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index aeb903dff..fe079375f 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -173,14 +173,12 @@ unset($status_links); - - -

+ +

- -
+
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index b110ac734..7185bc3a8 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -75,14 +75,17 @@ endif; ?>
-
- -

+


+ + + +
+
-
+
diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index b90b04823..5da23b026 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -110,8 +110,6 @@ require_once('admin-header.php'); ?> -
-

+

-
- -

+ +

+ + +
@@ -209,7 +210,7 @@ if ( $page_links )
-
+
- - -

+


+ + + +
+
-
+
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 352a8f89b..0066f54b8 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -99,7 +99,6 @@ else
-
@@ -110,7 +109,7 @@ endif; ?>

+
- - -
- -

+ +

+ + +
@@ -224,8 +221,6 @@ $page_links = paginate_links( array( 'current' => $_GET['paged'] )); -if ( $page_links ) - echo "
$page_links
"; ?>
@@ -238,10 +233,19 @@ if ( $page_links )
-
+ +
+ + + -
+
+
+ +
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 82aec80f2..1afdef0c5 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -96,6 +96,7 @@ if ( isset($_GET['deleted']) ) {
+
- +
-
- -

+


+ + + +
+
@@ -140,7 +144,7 @@ echo $select_order;
-
+
" class="button-secondary action" />
-
+
@@ -370,7 +370,7 @@ function print_plugins_table($plugins, $context = '') { -
+
@@ -388,7 +388,7 @@ function print_plugins_table($plugins, $context = '') { -
+
diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 6240ceec8..6b8d4acbb 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -252,14 +252,15 @@ foreach ($arc_result as $arc_row) { - - -

+ +

+ +
-
+
diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 39a568d43..f2c26a1e0 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -544,12 +544,14 @@ p.pagenav { } .tablenav { + clear: both; + vertical-align: text-top; + /* height: 2em; padding: 7px 10px; - clear: both; margin-bottom: -10px; margin-top: 8px; - vertical-align: text-top; + */ } .tablenav .tablenav-pages { @@ -1565,20 +1567,15 @@ p#big-add-button .button { p.search-box { position: absolute; - right: 15px; - top: 52px; + right: 0; + top: -5px; margin: 0; } -p.search-box .button, #widget-search .button { - padding: 3px; - font-size: 13px; -} - .search-input { - margin-right: 2px; border-width: 1px; border-style: solid; + padding: 2px; } #posts-filter fieldset { @@ -1628,8 +1625,9 @@ body.wp-admin { .view-switch { float: right; - margin: 3px 5px; + margin: 0 20px; position: relative; + top: 2px; } .view-switch img { @@ -1642,8 +1640,9 @@ body.wp-admin { } .filter { - float: left; - margin: 0 30px; + left: 180px; + position: absolute; + top: 24px; } #the-comment-list td.comment p.comment-author {