Index: modules/system/system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.63
diff -u -p -r1.63 system.css
--- modules/system/system.css	21 Sep 2009 08:52:41 -0000	1.63
+++ modules/system/system.css	28 Oct 2009 06:02:17 -0000
@@ -399,6 +399,12 @@ a.tabledrag-handle .handle {
 a.tabledrag-handle-hover .handle {
   background-position: 0 -20px;
 }
+/* IE 7 hack to vertically centre handle */
+*:first-child+html a.tabledrag-handle {
+  margin-top: 0;
+  padding-top: 0;
+}
+
 
 /*
 ** Teaser splitter
