diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index e51ad22127..945da0c63d 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -161,11 +161,10 @@ cat_rows();
-
-
+
diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css
index 11a53f43b8..8bfecdfa66 100644
--- a/wp-admin/css/global.css
+++ b/wp-admin/css/global.css
@@ -56,35 +56,50 @@ textarea, input, select {
border-collapse: collapse;
width: 100%;
clear: both;
+ margin: 0;
}
.widefat a {
text-decoration: none;
}
+.widefat abbr {
+ white-space: nowrap;
+}
+
.widefat td, .widefat th {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ccc;
font-size: 11px;
- padding: 10px 10px 14px;
+ padding: 7px 25px 6px 2px;
vertical-align: text-top;
}
.widefat th {
- padding-bottom: 7px;
- padding-top: 8px;
+ padding: 9px 25px 4px 2px;
text-align: left;
+ line-height: 1.3em;
+}
+
+.widefat th input {
+ margin: 0 3px;
+ padding: 0;
}
.widefat .check-column {
text-align: center;
- vertical-align: text-top;
- width: 3%;
+ width: 1.8em;
+ padding: 9px 2px 6px 6px;
+}
+
+.widefat tbody th.check-column {
+ padding-bottom: 20px;
}
.widefat .num {
text-align: center;
+ padding: 10px 16px 0;
}
.wrap, .updated, .error {
@@ -98,11 +113,15 @@ textarea, input, select {
.updated, .error {
border-width: 1px;
border-style: solid;
- padding: 0 15px;
+ padding: 0 0.6em;
max-width: 950px;
margin-bottom: 1em;
}
+.updated p, .error p {
+ margin: 0.6em 0;
+}
+
.wrap .updated, .wrap .error {
margin: auto 0 0;
}
@@ -128,4 +147,4 @@ textarea, input, select {
#timestampdiv {
display: none;
-}
\ No newline at end of file
+}
diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css
index 968dd3cc94..b74cf77361 100644
--- a/wp-admin/css/ie.css
+++ b/wp-admin/css/ie.css
@@ -54,10 +54,90 @@ form#template div {
#ed_toolbar input {
overflow: visible;
- padding: 1px 5px;
+ padding: 0 4px;
+}
+
+#poststuff h2 {
+ font-size: 1.6em;
+}
+
+* html #poststuff h2 {
+ margin-left: 0;
+}
+
+#bh {
+ padding-right: 15px;
}
/* without this dashboard widgets appear in one column for some screen widths */
div#dashboard-widgets {
padding-right: 1px;
}
+
+#tagchecklist {
+ display: block;
+ zoom: 100%;
+}
+
+#tagchecklist span, #tagchecklist span a {
+ display: inline-block;
+ display: block;
+}
+
+#tagchecklist span a {
+ margin: 4px 0 0 -9px;
+}
+
+#poststuff .togbox {
+ margin-left: -19px;
+}
+
+* html .tablenav {
+
+}
+
+.tablenav .button-secondary {
+ padding: 0 1px;
+ vertical-align: middle;
+}
+
+.tablenav select {
+ font-size: 13px;
+ display: inline-block;
+ vertical-align: top;
+ margin-top: 2px;
+}
+
+.tablenav-pages .page-numbers {
+ display: inline-block;
+}
+
+.tablenav-pages {
+ display: block;
+ margin-top: -3px;
+
+}
+
+#post-search .button, #widget-search .button {
+ padding: 1px;
+}
+
+.widefat tr, .widefat th {
+ padding: 13px 25px 0 2px;
+ margin-bottom: 0;
+ border-spacing: 0;
+}
+
+.widefat thead th.check-column {
+ padding: 9px 2px 4px 3px;
+}
+
+.widefat tbody th.check-column {
+ padding: 4px 3px 22px 3px;
+ text-align:center;
+ width:1.8em;
+}
+
+.widefat th.num {
+ padding: 14px 16px 0;
+}
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index 0bf2459df8..dd65eaecf5 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -207,7 +207,7 @@ endif; ?>
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php
index b2050cf445..1130dbdfc9 100644
--- a/wp-admin/edit-link-categories.php
+++ b/wp-admin/edit-link-categories.php
@@ -124,8 +124,6 @@ if ( $categories ) {
-
-
+
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
index bbf1089585..f2b3b49f48 100644
--- a/wp-admin/edit-tags.php
+++ b/wp-admin/edit-tags.php
@@ -173,8 +173,6 @@ $count = tag_rows( $pagenum, $tagsperpage, $searchterms );
-
-
+
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index 967c9da433..8c5d345ce5 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -191,9 +191,12 @@ foreach ($arc_result as $arc_row) {
if ( $page_links )
echo "$page_links
";
?>
+
+
+
+
';
}
diff --git a/wp-admin/upload.php b/wp-admin/upload.php
index 1815bb9280..87b84bfdc5 100644
--- a/wp-admin/upload.php
+++ b/wp-admin/upload.php
@@ -190,9 +190,11 @@ foreach ($arc_result as $arc_row) {
if ( $page_links )
echo "$page_links
";
?>
-
+
+
+