Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 18866)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -2277,6 +2277,7 @@
 	height: 4px;
 	margin-top: 8px;
 	margin-left: 7px;
+	position: absolute;
 	background-image: url(../images/sort.gif);
 	background-repeat: no-repeat;
 }
@@ -2285,16 +2286,10 @@
 	margin-top: 3px;
 }
 
-.widefat th.sortable,
-.widefat th.sorted {
-	padding: 0;
-}
-
 th.sortable a,
 th.sorted a {
 	display: block;
 	overflow: hidden;
-	padding: 7px 7px 8px;
 }
 
 .fixed .column-comments.sortable a,
@@ -2310,13 +2305,13 @@
 
 th.sorted.asc .sorting-indicator,
 th.desc:hover span.sorting-indicator {
-	display: block;
+	display: inline;
 	background-position: 0 0;
 }
 
 th.sorted.desc .sorting-indicator,
 th.asc:hover span.sorting-indicator {
-	display: block;
+	display: inline;
 	background-position: -7px 0;
 }
 
