summaryrefslogtreecommitdiff
path: root/modules/gallery/css/gallery.css
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 14:08:08 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 14:08:08 +0300
commit562fb174a763aef748842aae2903e1c0f77deefd (patch)
treeec2e4611d508031be9a286a8fc411775111a4536 /modules/gallery/css/gallery.css
parent7f8e2786b38ec6f4f57ef865c803742fa5089fb8 (diff)
Flip some margin/padding values for RTL
Diffstat (limited to 'modules/gallery/css/gallery.css')
-rw-r--r--modules/gallery/css/gallery.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css
index c2fb97e8..e2ad7458 100644
--- a/modules/gallery/css/gallery.css
+++ b/modules/gallery/css/gallery.css
@@ -197,3 +197,11 @@
.rtl #g-user-profile .g-avatar {
margin-left: .6em;
}
+
+.rtl #g-languages-form table {
+ margin: 0 0 1em 3em;
+}
+
+.rtl #g-translations ol {
+ margin: 0 2em 1em 0;
+} \ No newline at end of file