diff --git a/wp-admin/categories.php b/wp-admin/categories.php
index 438e46ca03..70fab86072 100644
--- a/wp-admin/categories.php
+++ b/wp-admin/categories.php
@@ -189,7 +189,7 @@ if ( $page_links )
-
+
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css
index 3a8002e62c..971f3925f1 100644
--- a/wp-admin/css/colors-fresh.css
+++ b/wp-admin/css/colors-fresh.css
@@ -43,15 +43,15 @@ div.dashboard-widget,
border-color: #ccc;
}
-#poststuff .inside .spam {
+#poststuff .inside label.spam {
color: red;
}
-#poststuff .inside .waiting {
+#poststuff .inside label.waiting {
color: orange;
}
-#poststuff .inside .approved {
+#poststuff .inside label.approved {
color: green;
}
@@ -129,10 +129,6 @@ h3.info-box-title,
background-color: #dfdfdf;
}
-.metabox-holder {
- color: #777;
-}
-
.form-table tr,
.form-wrap .form-field {
background-color: #f9f9f9;
@@ -330,13 +326,18 @@ a.button.disabled {
border-color: #535353;
}
+a:active,
+a:focus {
+ color: #d54e21 !important;
+}
+
+a:hover,
.button:hover,
#wphead #viewsite a:hover,
#adminmenu a:hover,
#adminmenu ul.wp-submenu a:hover,
#the-comment-list .comment a:hover,
#rightnow a:hover,
-a:hover,
.subsubsub a:hover,
.subsubsub a.current:hover,
#login form .submit input:hover,
@@ -432,8 +433,8 @@ ul#widget-list li.widget-list-item,
border-color: #dfdfdf;
}
-.widefat thead,
-.widefat tfoot,
+.widefat thead tr,
+.widefat tfoot tr,
.thead,
.tfoot,
h3.dashboard-widget-title,
@@ -913,7 +914,7 @@ abbr.required,
color: #888;
}
-.wp_themeSkin tr.mceFirst {
+.wp_themeSkin tr.mceFirst td.mceToolbar {
background-color: #dfdfdf;
border-color: #dfdfdf;
}
diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css
index c99d937419..8c8924e680 100644
--- a/wp-admin/css/dashboard.css
+++ b/wp-admin/css/dashboard.css
@@ -16,6 +16,7 @@ form .input-text-wrap {
#dashboard-widgets form .input-text-wrap input {
border: 0 none;
outline: none;
+ margin: 0;
padding: 0;
width: 99%;
color: #333;
@@ -66,7 +67,7 @@ form .textarea-wrap {
}
div.postbox div.inside {
- margin: 0 10px 10px;
+ margin: 10px;
position: relative;
}
@@ -293,8 +294,7 @@ div.postbox div.inside {
}
#dashboard-widgets #dashboard_quick_press form p.submit {
- padding: .8em .8em .8em 5.3em;
- margin: 0 -10px -10px;
+ margin-left: 4.6em;
}
#dashboard-widgets #dashboard_quick_press form p.submit input {
diff --git a/wp-admin/css/global.css b/wp-admin/css/global.css
index 2457298878..a257de0fa4 100644
--- a/wp-admin/css/global.css
+++ b/wp-admin/css/global.css
@@ -66,7 +66,7 @@ table {
#wpcontent {
height: 100%;
- margin-bottom: 50px;
+ padding-bottom: 50px;
}
#wpbody-content {
@@ -291,12 +291,12 @@ h6 {
border-radius: 4px;
}
-.widefat a {
- text-decoration: none;
+.widefat * {
+ word-wrap: break-word;
}
-.widefat abbr {
- white-space: nowrap;
+.widefat a {
+ text-decoration: none;
}
.widefat td,
@@ -309,12 +309,12 @@ h6 {
}
.widefat td {
- padding: 7px 15px 9px 10px;
+ padding: 5px 7px;
vertical-align: top;
}
.widefat th {
- padding: 7px 15px 8px 10px;
+ padding: 7px 7px 8px;
text-align: left;
line-height: 1.3em;
}
@@ -326,18 +326,20 @@ h6 {
}
.widefat .check-column {
- text-align: right;
- width: 1.5em;
+ width: 2.2em;
padding: 0;
}
.widefat tbody th.check-column {
- padding: 10px 0 22px;
+ padding: 7px 0 22px;
}
.widefat .num,
-.widefat .column-comments {
+.column-comments,
+.column-links,
+.column-posts,
+.column-parent {
text-align: center;
}
diff --git a/wp-admin/css/ie.css b/wp-admin/css/ie.css
index c9be4a433f..b0f44cb5fe 100644
--- a/wp-admin/css/ie.css
+++ b/wp-admin/css/ie.css
@@ -38,6 +38,18 @@ input.button-highlighted {
padding-right: 0;
}
+#wpbody-content .postbox {
+ border: 1px solid #dfdfdf;
+}
+
+#wpbody-content .postbox h3 {
+ margin-bottom: -1px;
+}
+
+#wpbody-content .postbox .inside {
+
+}
+
#wphead-info {
float: right;
}
@@ -63,9 +75,11 @@ input.button-highlighted {
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
}
*/
+ul#adminmenu {
+ z-index: 99;
+}
* html #adminmenu {
- z-index: 1;
width: 145px;
margin: 12px;
padding: 0;
@@ -182,6 +196,21 @@ input.button-highlighted {
}
/* end Inline Editor */
+#titlediv #title {
+ width: 98%;
+}
+
+a.button {
+ line-height: 1.4em;
+ margin: 1px;
+}
+
+.widefat thead tr th,
+.widefat tfoot tr th {
+ background: #DFDFDF url(../images/gray-grad.png) repeat-x scroll left top;
+ color: #333333;
+}
+
* html div.widget-liquid-left-holder,
* html div.widget-liquid-right {
display: block;
@@ -196,6 +225,7 @@ input.button-highlighted {
z-index: 12;
}
+#post-status-info,
#wpwrap,
#wpcontent,
#post,
@@ -302,15 +332,6 @@ div#dashboard-widgets {
margin-top: 2px;
}
-.tablenav-pages .page-numbers {
- display: inline-block;
-}
-
-.tablenav-pages {
- display: block;
- margin-top: -3px;
-}
-
table.ie-fixed {
table-layout: fixed;
}
diff --git a/wp-admin/edit-attachment-rows.php b/wp-admin/edit-attachment-rows.php
index 510338dda7..cefd04b006 100644
--- a/wp-admin/edit-attachment-rows.php
+++ b/wp-admin/edit-attachment-rows.php
@@ -8,7 +8,7 @@
if ( ! defined('ABSPATH') ) die();
?>
-
+
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index d87f8b689e..234da8033f 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -248,7 +248,7 @@ if ( 'spam' == $comment_status ) {
-