diff --git a/wp-admin/images/del.png b/wp-admin/images/del.png new file mode 100644 index 000000000..73ebff5dd Binary files /dev/null and b/wp-admin/images/del.png differ diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index c0cc05e48..5222d3e03 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -1411,12 +1411,16 @@ table.form-table td .updated { } .submitbox .inside-submitbox #deletebutton { - padding: 0 0 2px 20px; - background-image: url(images/no.png); - background-position: left center; + padding: 0 0 1px 17px; + background-image: url(images/del.png); + background-position: left bottom; background-repeat: no-repeat; } +.inside-submitbox #post_status { + margin: 2px 0 2px -2px; +} + .submitbox .submit a:hover { border-bottom-width: 1px; border-bottom-style: solid; @@ -1853,7 +1857,7 @@ a.togbox { .curtime #timestamp { background-repeat: no-repeat; - background-position: left 1px; + background-position: left top; padding-left: 18px; }