### Eclipse Workspace Patch 1.0
#P drupal_test_7
Index: modules/field/theme/field.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/field/theme/field.css,v
retrieving revision 1.3
diff -u -r1.3 field.css
--- modules/field/theme/field.css	10 Mar 2009 09:45:32 -0000	1.3
+++ modules/field/theme/field.css	14 Mar 2009 18:59:33 -0000
@@ -18,14 +18,14 @@
   margin: 0;
 }
 form .field-multiple-table th.field-label {
-  padding-left: 0;
+  padding-left: 0; /*LTR*/
 }
 form .field-multiple-table td.field-multiple-drag {
   width: 30px;
-  padding-right: 0;
+  padding-right: 0; /*LTR*/
 }
 form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
-  padding-right: .5em;
+  padding-right: .5em; /*LTR*/
 }
 
 form .field-add-more-submit {
Index: modules/field/theme/field-rtl.css
===================================================================
RCS file: modules/field/theme/field-rtl.css
diff -N modules/field/theme/field-rtl.css
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ modules/field/theme/field-rtl.css	1 Jan 1970 00:00:00 -0000
@@ -0,0 +1,11 @@
+/* $Id: field.css,v 1.3 2009/03/10 09:45:32 dries Exp $ */
+
+form .field-multiple-table th.field-label {
+  padding-right: 0;
+}
+form .field-multiple-table td.field-multiple-drag {
+  padding-left: 0;
+}
+form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
+  padding-left: .5em;
+}
