Index: l10n_community/l10n_community-rtl.css
===================================================================
--- l10n_community/l10n_community-rtl.css	(revision 0)
+++ l10n_community/l10n_community-rtl.css	(revision 18)
@@ -0,0 +1,53 @@
+/* $Id: l10n_community.css,v 1.1.2.10.2.6.2.8 2010/03/17 07:23:45 goba Exp $ */
+
+table.l10n-community-overview {
+  margin-left: 0;
+  margin-right: 1em;
+  float: right;
+}
+div.admin .l10n-next-action {
+  right: auto;
+  left: 0.6em;
+}
+
+/* Overview navigation tables for projects and languages */
+.l10n-community-overview td.rowhead, .l10n-community-overview thead th.rowhead {
+  text-align: right;
+}
+.l10n-community-progress-translated,
+.l10n-community-progress-untranslated {
+  float: right;
+  -moz-border-radius: 0 4px 4px 0;
+  -webkit-border-top-right-radius: 4px;
+  -webkit-border-bottom-right-radius: 4px;
+  -webkit-border-top-left-radius: 0;
+  -webkit-border-bottom-left-radius: 0;
+
+}
+
+/* String search filtering form */
+.l10n-server-filter {
+  padding: 0.6em 0.6em 1.5em 150px;
+}
+.l10n-server-filter .filter-widget {
+  float: right;
+  padding: 0 0 0 1em;
+}
+.l10n-server-filter .filter-submit .form-submit {
+  right: auto;
+  left: 0;
+}
+.l10n-server-filter .filter-submit .reset-link {
+  right: auto;
+  left: 0;
+}
+.l10n-server-filter .reveal-link {
+  left: auto;
+  right: 0;
+  margin: 0 1em 0.5em 0;
+}
+
+#edit-release {
+  text-align:right;
+  text-indent:-0.5em;
+}

Property changes on: l10n_community/l10n_community-rtl.css
___________________________________________________________________
Added: svn:executable
   + *

Index: l10n_community/editor-rtl.css
===================================================================
--- l10n_community/editor-rtl.css	(revision 0)
+++ l10n_community/editor-rtl.css	(revision 18)
@@ -0,0 +1,52 @@
+/* $Id: editor.css,v 1.1.2.8 2010/03/17 10:13:24 goba Exp $ */
+
+li.translation {
+  padding-left:0;
+  padding-right:20px;
+  clear:right;
+}
+
+li.translation > .selector {
+  position:absolute;
+  left: auto;
+  right:2px;
+}
+
+
+.l10n-table ul.actions {
+  float:left;
+}
+  li.translation.is-active > .actions li.declined { display:none; }
+  .l10n-table ul.actions {
+    float: left;
+    margin-right:0;
+    margin-left:4px;
+  }
+  .l10n-table ul.actions li {
+    float:left;
+    padding:0 4px 4px 0;
+  }
+  .l10n-table ul.actions li.declined label {
+    background:url(images/decline.png) no-repeat left top;
+  }
+  .l10n-table ul.actions li.edit label {
+    background:url(images/edit-rtl.png) no-repeat left top;
+  }
+  li.translation.is-declined > .actions li.declined label {
+    background-image:url(images/undecline-rtl.png);
+  }
+
+li.translation > .author {
+  padding-left:0;
+  padding-right:10px;
+}
+    li.new-translation .l10n-string {
+      margin-right:0;
+      margin-left:6px;
+    }
+  li.new-translation textarea {
+    clear:right;
+  }
+  li.filter-match, label.filter-match {
+    border-width: 0 0 1px 1px;
+  }

Property changes on: l10n_community/editor-rtl.css
___________________________________________________________________
Added: svn:executable
   + *

Index: l10n_community/l10n_community.css
===================================================================
--- l10n_community/l10n_community.css	(revision 8)
+++ l10n_community/l10n_community.css	(working copy)
@@ -108,3 +108,7 @@
 em.l10n-community-marker {
   font-weight: bold;
 }
+
+#edit-release {
+  direction:ltr;
+}
Index: l10n_community/editor.css
===================================================================
--- l10n_community/editor.css	(revision 8)
+++ l10n_community/editor.css	(working copy)
@@ -30,6 +30,7 @@
 
 td.source {
   width:45%;
+  direction:ltr;
 }
   td.source .l10n-string {
     padding:4px 6px;
