Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.53
diff -u -p -r1.53 system.css
--- modules/system/system.css	5 Dec 2008 12:50:28 -0000	1.53
+++ modules/system/system.css	31 Mar 2009 20:45:45 -0000
@@ -390,6 +390,12 @@ a.tabledrag-handle .handle {
 a.tabledrag-handle-hover .handle {
   background-position: 0 -20px;
 }
+/* IE 6/7 hack to vertically centre handle */
+* html a.tabledrag-handle,
+*:first-child+html a.tabledrag-handle {
+  margin-top: 0;
+  padding-top: 0;
+}
 
 /*
 ** Teaser splitter
