diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:10:05 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-18 14:10:05 +0300 |
commit | 3b89a56caf594392c2d45b43932ecb070893588b (patch) | |
tree | 5cb7615d176627dabc84732e4e37b1fa8c904482 | |
parent | 562fb174a763aef748842aae2903e1c0f77deefd (diff) |
Flip some margin/padding values for RTL
-rw-r--r-- | themes/admin_wind/css/screen.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index ac47a3db..dbfb59e8 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -483,3 +483,8 @@ th { padding-left: 0; padding-right: 1.2em; } + +.rtl .g-selected img, +.rtl .g-available .g-block img { + margin: 0 0 1em 1em; +}
\ No newline at end of file |