diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:08:08 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:08:08 +0300 |
commit | 562fb174a763aef748842aae2903e1c0f77deefd (patch) | |
tree | ec2e4611d508031be9a286a8fc411775111a4536 | |
parent | 7f8e2786b38ec6f4f57ef865c803742fa5089fb8 (diff) |
Flip some margin/padding values for RTL
-rw-r--r-- | modules/gallery/css/gallery.css | 8 |
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 |