Index: l10n_community/l10n_community-rtl.css
===================================================================
--- l10n_community/l10n_community-rtl.css	(revision 0)
+++ l10n_community/l10n_community-rtl.css	(revision 0)
@@ -0,0 +1,54 @@
+/* $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-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;
+  direction: ltr; /* This is because the name of the language is displayed in english and causes incorrect display of parenthesis */
+                  /* This is only temporary correction while waiting for the module to display the translation language name in the active language instead of english name */
+}
+.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;
+}
+
+/* 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;
+}
+
+
+
+/* AH added */
+#l10n-server-releases #edit-release {
+  direction: ltr;
+}
+

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 0)
@@ -0,0 +1,52 @@
+/* $Id: editor.css,v 1.1.2.8 2010/03/17 10:13:24 goba Exp $ */
+
+li.translation {
+  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-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.png) no-repeat left top;
+  }
+
+li.translation > .author {
+  padding-right:10px;
+}
+    li.new-translation .l10n-string {
+      margin-left:6px;
+    }
+  li.new-translation textarea {
+    clear:right;
+  }
+  li.filter-match, label.filter-match {
+    border-width: 0 0 1px 1px;
+  }
+
+
+/* AH added */
+
+td.source {
+  direction:ltr;
+}

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

