cms/drupal/modules/field_ui/field_ui-rtl.css
changeset 541 e756a8c72c3d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cms/drupal/modules/field_ui/field_ui-rtl.css	Fri Sep 08 12:04:06 2017 +0200
@@ -0,0 +1,9 @@
+/**
+ * @file
+ * Right-to-left specific stylesheet for the Field UI module.
+ */
+
+/* 'Manage fields' overview */
+table.field-ui-overview tr.add-new .label-input {
+  float: right;
+}