? negative_margin_trick.patch
Index: system.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.css,v
retrieving revision 1.37
diff -u -p -r1.37 system.css
--- system.css	10 Oct 2007 10:24:25 -0000	1.37
+++ system.css	23 Oct 2007 10:45:55 -0000
@@ -11,6 +11,9 @@ tr.even, tr.odd {
   border-bottom: 1px solid #ccc;
   padding: 0.1em 0.6em;
 }
+tr.highlight {
+  background-color: #ffd;
+}
 td.active {
   background-color: #ddd;
 }
@@ -333,6 +336,26 @@ html.js .resizable-textarea textarea {
 }
 
 /*
+** Table drag and drop.
+*/
+.tabledrag-handle {
+  cursor: move;
+  float: left;
+  height: 1.7em;
+  margin: -0.38em 0pt -0.36em -0.5em;
+  padding:0.38em 0.5em;
+}
+.tabledrag-handle .handle {
+  margin-top:0.35em;
+  height: 13px;
+  width: 13px;
+  background: url(../../misc/draggable.png) no-repeat center 0px;
+}
+.tabledrag-handle-hover .handle {
+  background-position: center -13px;
+}
+
+/*
 ** Teaser splitter
 */
 .joined + .grippie {
