diff --git a/modules/system/system.base.css b/modules/system/system.base.css
index addbf11..2ac3a0d 100644
--- a/modules/system/system.base.css
+++ b/modules/system/system.base.css
@@ -92,18 +92,17 @@ body.drag {
 .draggable a.tabledrag-handle {
   cursor: move;
   float: left; /* LTR */
-  height: 1.7em;
-  margin: -0.4em 0 -0.4em -0.5em; /* LTR */
-  padding: 0.42em 1.5em 0.42em 0.5em; /* LTR */
   text-decoration: none;
+  margin-right: 1.5em;
+  margin-top: 0.3em;
+  display: block;
 }
 a.tabledrag-handle:hover {
   text-decoration: none;
 }
 a.tabledrag-handle .handle {
-  background: url(../../misc/draggable.png) no-repeat 0 0;
+  background: url(../../misc/draggable.png) no-repeat;
   height: 13px;
-  margin-top: 4px;
   width: 13px;
 }
 a.tabledrag-handle-hover .handle {
