summaryrefslogtreecommitdiff
path: root/modules/locale
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:13:44 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-07-07 17:13:44 -0700
commit261b66d38c31a5888eee071623412cabbbeebcb5 (patch)
treeb5c28fa0d61bae35b7f7d6e255b2bcb262fec084 /modules/locale
parentab71360cc4d0150acd024c5739b943d29dd7691d (diff)
downloadbrdo-261b66d38c31a5888eee071623412cabbbeebcb5.tar.gz
brdo-261b66d38c31a5888eee071623412cabbbeebcb5.tar.bz2
Issue #1040262 by tsi: Fixed locale-rtl.css.
Diffstat (limited to 'modules/locale')
-rw-r--r--modules/locale/locale-rtl.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/locale/locale-rtl.css b/modules/locale/locale-rtl.css
new file mode 100644
index 000000000..aaf1988dd
--- /dev/null
+++ b/modules/locale/locale-rtl.css
@@ -0,0 +1,12 @@
+
+#locale-translation-filter-form .form-item-language,
+#locale-translation-filter-form .form-item-translation,
+#locale-translation-filter-form .form-item-group {
+ float: right;
+ padding-left: .8em;
+ padding-right: 0;
+}
+#locale-translation-filter-form .form-actions {
+ float: right;
+ padding: 3ex 1em 0 0;
+}