Bring Comment Save postbox up to parity with Post/Page Publish postbox

git-svn-id: http://svn.automattic.com/wordpress/trunk@9430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2008-10-31 06:53:55 +00:00
parent 8be1ba6191
commit 3a230bff18
5 changed files with 55 additions and 41 deletions
+12
View File
@@ -29,6 +29,18 @@ div.dashboard-widget,
border-color: #ccc;
}
#poststuff .inside .spam {
color: red;
}
#poststuff .inside .waiting {
color: orange;
}
#poststuff .inside .approved {
color: green;
}
.widefat {
border-color: #dfdfdf;
}